When users leave my page I want to give them a pop under with sound rather than a pop up that they probably close before it even loads. To do the pop up when they leave I'm using this :
<SCRIPT LANGUAGE = "JavaScript">
<!-- //
function openit(sURL){newwindow=open(sURL,"newwin","width=800, height=600");
}
//-->
</script>
with this in the body:
<body onUnload="javascript
penit ('http://popupurl')">
Any easy changes to that I can make to make it be a pop under instead of a pop up?
Thanks
<SCRIPT LANGUAGE = "JavaScript">
<!-- //
function openit(sURL){newwindow=open(sURL,"newwin","width=800, height=600");
}
//-->
</script>
with this in the body:
<body onUnload="javascript

Any easy changes to that I can make to make it be a pop under instead of a pop up?
Thanks