Reloading Page Closes Window Now

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