theocraticmind
Programmer
Hello,
The problem is, the page that javascript needs to refresh is asp. asp, as you may know, runs on the server. What I need is cliant side javascript to get the browser to go back to the server for it's info, and not just reload what it currently has. I've been using this:
window.location=window.location.pathname
but it's proving inefective. Any help would be great.
The problem is, the page that javascript needs to refresh is asp. asp, as you may know, runs on the server. What I need is cliant side javascript to get the browser to go back to the server for it's info, and not just reload what it currently has. I've been using this:
window.location=window.location.pathname
but it's proving inefective. Any help would be great.