Hello GFY I am looking for a exit popup script that works. If it works in both IE and Firefox thats a plus.
Your help is greatly appreciated!
Thanks ahead of time
Your help is greatly appreciated!
Thanks ahead of time
<SCRIPT LANGUAGE="JavaScript">
<!--begin
function popup(filename){
window.open(filename, "","height=300,width=300,top=0,left=0,location=no,menubar=no,
resizable=yes,scrollbars=no,status=no,titlebar=no,toolbar=no,directories=no");
}
// end -->
</SCRIPT>
onUnload="popup('popup.html')"
<body bgcolor="white" onUnload="popup('popup.html')">
onclick="exit=false;"
<a href="purchase.html" onclick="exit=false;">Buy now!</a>
<input type="button" value="Buy now!" onclick="exit=false;">


Comment