preventing the surfer from refreshing a document
ok, I have a page I don't want surfers to refresh.
I was thinking checking body.unload if the refresh event happen and if so: block it somehow.
anyone here enough of a javascript expert to do this?
there is no document.refresh , is there?
|