Due to web-browser quirks, I've run into a small design dilema and am wondering if anyone has any clever ideas. What I want is once the document is completely loaded, html & images, I want the screen to refresh once. It is quite easy to simply call the windows.history.go(0) function, but it ends up refreshing indefinately. Could a cookie work to save a variable? I have very limited Javascript knowledge, so I'm not sure myself what can be done.