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