Put the below code in the head of your document to open another window when
the browser window is closed.

Gary Groomer

<script language="javascript"><!--
function goExit() {

nextWin=window.open('http://localhost/PopUp.htm','lastWin','status=no,resiza
ble=yes,scrollbars=no,location=no,left=0,top=0,width=400,height=400');
}
//-->
</script>

----- Original Message -----
From: "Joseph Eugene" <[EMAIL PROTECTED]>
To: "CF-Talk" <[EMAIL PROTECTED]>
Sent: Saturday, May 05, 2001 9:33 AM
Subject: Close window : JavaScript (OT)


> Hi all,
>           I would like to know, if you guys had any code to
>           1.Open a new window when the User tries to close his Browser.
>           2. Close the new window Just opened when the user tried to close
> his browser.
>
>             The above really is to Log the User Out and terminate his
> session.
>             Appretiate any help
> Thanks
> Joe
>
>
>
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to