sfdsfd
This commit is contained in:
parent
3bbe195b75
commit
3aae15d985
28 changed files with 245 additions and 142 deletions
|
@ -1,3 +1,7 @@
|
|||
function formkey() {
|
||||
return document.getElementById("formkey").innerHTML;
|
||||
}
|
||||
|
||||
function post(url) {
|
||||
var xhr = new XMLHttpRequest();
|
||||
xhr.open("POST", url, true);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue