Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations biv343 on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

navigate method

Status
Not open for further replies.

Sibis

Programmer
Apr 10, 2001
1
RO
Hello everybody!

I want to know how can I open a window directly from the server, even if it has already been opened and it's stored in cache.

The problem is that the web browser doesn't open it from the server and always had to refresh in order to display the right content.

Thanks

 
supposedly, this will work:

window.location.reload(true)

The true above tells the browser to grab the page form the server. jared@eae.net -
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top