Refresh Page Action
September 21, 2005 12:00 AM
I don't think this forces a server refresh. To do that you might try this:window.location.replace(window.location.href + '?refresh=' + (new Date()).valueOf()); That should tell your browser that it's a new page entirely and request another push from the server.Steve
Discussions have been disabled for this post