Click to See Complete Forum and Search --> : Can it be....


mawood
01-21-2003, 11:37 AM
Is it possible to detect if the user refreshes their browser? This is specifically not to be confused with leaving the site. Reason I say this, is because I've already attempted to use onUnload. I need to detect only if the user refreshes. Is this even possible?

khalidali63
01-21-2003, 01:55 PM
I thinkrefresh is equal to load();
therefore if you check for window.load that should tell you that page is loaded/refreshed.

My guess

Khalid