Wrox Home  
Search P2P Archive for: Go

  Return to Index  

javascript_howto thread: Refreshing


Message #1 by Terrence Joubert <Terrence@v...> on Thu, 6 Sep 2001 10:42:48 +0400
Hi Guys,
 
I am using the 
 
window.Navigate(url) 
 
method and the 
 
window.location = 'URL' 
 
property assignment to assign a new URL to the current window.
The problem I am getting is that the new asp page, defined by the url is not
refreshing when the above methods are used.
 
Is there a way I can force the browser window to refresh its content once at
the desired location? Is there a way to trigger
the F5 key event which refreshes the window (in Internet Explorer at least)?

Any help will be much appreciated.
 
Many Thanks
 
Terry


  Return to Index