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/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to