Click to See Complete Forum and Search --> : Pop up on exiting


javame16
09-13-2003, 09:01 PM
Hello,

I'm a newbie HTML/Java developer. Ive searched for scripts that open a new window when you close out a window. I have been un-succesfull. I have searched the message board and have came up with nothing.
I have also visited various web sites where they have scripts like this. I ahve went through the script, only to damage the script, and not understand it at all.
If anyone know's about this script, please let me know. Thanks!

-Confused

Charles
09-13-2003, 09:08 PM
<script type="text/javascript">
<!--
onunload = function () {window.open('http://www.pangloss.com/seidel/Shaker/index.html?', 'child', 'height=400,width=400')}
// -->
</script>