Don't forget that this will generate a message box since you cannot close the parent window programatically from the child. It's a javascript thing...
Jeff ----- Original Message ----- From: "Bryan F. Hogan" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Tuesday, June 24, 2003 9:06 AM Subject: RE: Simple popup window that auto loads <cfscript> is serverside, <script> is client side. You want something like <script> window.open(); parent.close(); </script> -----Original Message----- From: Bushy [mailto:[EMAIL PROTECTED] Sent: Tuesday, June 24, 2003 12:08 PM To: CF-Talk Subject: Simple popup window that auto loads How can I do a simple popup window to appear using <cfscript> ...???... </cfscript> When my page load I want to open the popup and then close the parent. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4 Subscription: http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4 FAQ: http://www.thenetprofits.co.uk/coldfusion/faq Get the mailserver that powers this list at http://www.coolfusion.com Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

