View Full Version : Manually stop a page


xxamyjoxx
02-18-2006, 10:54 AM
I know there is a javascript tag that enables you to manually stop your page, but javascript is not aloud on my site. Is there an html code for manually stopping a page?

allie
02-18-2006, 12:07 PM
<body onunload="window.stop">

djou
02-19-2006, 01:48 AM
<body onunload="window.stop">

onunload is in Javascript. I doubt there is any way to do this in HTML.