redss
Programmer
- Oct 20, 2002
- 195
I have a webpage that refreshes every minute using the tag
<meta http-equiv="refresh" content="60">
I want button or link that the user can click to cancel the page from auto-refreshing.
Any ideas on how to do that? Perhaps javascript using the onbeforeunload event?
<meta http-equiv="refresh" content="60">
I want button or link that the user can click to cancel the page from auto-refreshing.
Any ideas on how to do that? Perhaps javascript using the onbeforeunload event?