Hi,

Thank you to everyone that responded.  I was making a rookie mistake, I was
inside of a frame and was only closing the frame.  I needed to open my
Logout.cfm page using Target='_top'.  It was late!

Thanks,

Eric Homa

----- Original Message -----
From: ehoma <[EMAIL PROTECTED]>
To: CF-Talk <[EMAIL PROTECTED]>
Sent: Wednesday, March 07, 2001 1:50 AM
Subject: Closing A Browser Window


> Hi,
>
> Anyone know how I can make my logout.cfm page actually close the browser
> window?  I've created the browser window by using the following called
from
> another browser window:
>
> <script language="JavaScript">
> window.open('/URL/index.cfm','Admin',
>
'toolbar,location,status,menubar,scrollbars,resizable,width=710,height=370')
> </script>
>
> When the user selects logout I clear the client and session variables and
> I'd like to close the window.  I've tried to use:
>
> <script language="JavaScript">
> window.close()
> </script>
>
> It doesn't work.
>
> Any help?
>
> Thanks,
>
> Eric Homa
>
>
>
>
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to