I want to have a window loaded when someone leaves my website.
does anyone know what is wrong with the following code?
Thanks!

<script>
<BODY onUnload=open("exit.htm",   "scrollbars=yes,width=250, height=400")>
</script>

Reply via email to