"Goodbye" Popup Window






Put this between your HEAD-tags
<script LANGUAGE="JavaScript">
<!-- Begin
function leave() {
window.open('popbye.html','','toolbar=no,menubar=no,location=no,height=200,width=300');
}
// End -->
</script>


Make this your start <BODY> Tag:
<body onUnload="leave()">

Then make your "popbye.html" popup window!



Free JavaScripts provided
by Winfolinx.com




Back