RE: OT: pop up new browser window after closing the browser

2001-12-10 Thread Boardwine, David L.
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

Re: OT: pop up new browser window after closing the browser

2001-12-10 Thread Jason Green
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 brow

OT: pop up new browser window after closing the browser

2001-12-10 Thread Mak Wing Lok
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? ~~