<SCRIPT LANGUAGE="VBScript"> Sub MyLogoutWindow() window.open "MyLogout.cfm", "NewWin","width=600,height=200,left=100,top=100,Scrollbars=1,Resizable=1,too lbar=1" End Sub </SCRIPT>
<BODY OnUnload="MyLogoutWindow()"> HTH David L. Boardwine Senior Analyst Ohio Department of Development/ITO Phone (614) 752-4431 [EMAIL PROTECTED] -----Original Message----- From: Jason Green [mailto:[EMAIL PROTECTED]] Sent: Monday, December 10, 2001 8:12 AM To: CF-Talk Subject: Re: OT: pop up new browser window after closing the browser in the body tag use the onunload event. then create a javascript function that opens a new window so they can logout of the application. >From: Mak Wing Lok <[EMAIL PROTECTED]> >Reply-To: [EMAIL PROTECTED] >To: CF-Talk <[EMAIL PROTECTED]> >Subject: OT: pop up new browser window after closing the browser >Date: Mon, 10 Dec 2001 01:25:48 -0800 (PST) > >hi cfer, > >how can i make a new browser window pop up after a >user close the main browser, for example, i want to >pop up a new window to remind the user to logoff from >the application and not to just close the browser >without logoff, how can i do that? > > > > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Get the mailserver that powers this list at http://www.coolfusion.com FAQ: http://www.thenetprofits.co.uk/coldfusion/faq Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/ Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists