Change body onLoad on img click

cashnone

New Member
I have a page that has a tag \[code\]<body onload="setInterval('window.location.reload()', 60000);">\[/code\] that causes the page to refresh every 1 minute.I want to make a button ( PAUSE ) that, when clicked, cancels the refresh.I have tried the following, but it does not work:\[code\]window.onload= function () {};\[/code\]
 
Top