W
Will .H
Guest
Hi there,
I have a aspx page named A.aspx and I would like to trigger this page from javascript. but I dont wanna open a new window, the A.aspx will be performed in the background. Is there any sample code to refer to?
my code like the following: --> cannot work
var xhttp = new XMLHttpRequest();
xhttp.open("POST", "http://win-09thgotd0fl:24965/_layouts/15/Example/HandleRg.aspx", true);
xhttp.send();
Thanks
Hi there, if you found my comment very helpful then please | Propose as answer | . Thanks and Regards.
Continue reading...
I have a aspx page named A.aspx and I would like to trigger this page from javascript. but I dont wanna open a new window, the A.aspx will be performed in the background. Is there any sample code to refer to?
my code like the following: --> cannot work
var xhttp = new XMLHttpRequest();
xhttp.open("POST", "http://win-09thgotd0fl:24965/_layouts/15/Example/HandleRg.aspx", true);
xhttp.send();
Thanks
Hi there, if you found my comment very helpful then please | Propose as answer | . Thanks and Regards.
Continue reading...