Actually, you can. http://aspalliance.com/peterbrunone/impossible.asp
-----Original Message----- From: Jeff Garza [mailto:[EMAIL PROTECTED] Sent: Tuesday, June 24, 2003 12:12 PM To: CF-Talk Subject: Re: Simple popup window that auto loads 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 This list and all House of Fusion resources hosted by CFHosting.com. The place for dependable ColdFusion Hosting. http://www.cfhosting.com Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

