How does one detect the browser refresh event?
I'm making a program that requires that the user not manully refresh the screen - if a manual refresh is done anyway, an error should appear.
Is there a different between clicking "Refresh" vs. typing in the same URL again to the Address Bar vs. using <meta redirect...> code to automatically refresh. And if there is a different, how would these differences be detected?
I'm making a program that requires that the user not manully refresh the screen - if a manual refresh is done anyway, an error should appear.
Is there a different between clicking "Refresh" vs. typing in the same URL again to the Address Bar vs. using <meta redirect...> code to automatically refresh. And if there is a different, how would these differences be detected?