Reloading Page Closes Window Now
March 20, 2009 12:00 AM
Try using this: javascript:window.location.reload()Or this (this won't redownload items from the server, which may or maynot break how you made the page): javascript:window.location.reload(false)
Discussions have been disabled for this post