}
Load function
Made a text button and double click the button, according to the content of the text to reload, how to do?
The function addload () {
Var viewToken=document. GetElementById (" text "). The value;
//the window. The alert (viewToken);
window.location.reload();
}
Where is it?
CodePudding user response:
Based on the content what meaning you this click reloadCodePudding user response:
You want to reload the entire page?You want to achieve the effect of local load, it should be with ajax
CodePudding user response: