oi Pablo!! if it's not a child window you can do
window.opener = null self.close(); ------------------------------------ Friday, July 25, 2003, 2:42:33 PM, you wrote: PV> <BODY onLoad="self.close();"> PV> is the easiest, or at the bottom of the page you can do this: PV> <script> PV> self.location="self.close()"; PV> </script> PV> pablo PV> ----- Original Message ----- PV> From: "Wurst, Keith D." <[EMAIL PROTECTED]> PV> To: "CF-Talk" <[EMAIL PROTECTED]> PV> Sent: Friday, July 25, 2003 1:39 PM PV> Subject: closing a browser with CF >> i would like to close an IE browser after an action page (that updates PV> some >> tables) is run. any suggestions on how to do this? i was thinking of using >> javascript but im not sure how to get the window.close to run on my cf >> action page. thanks. >> PV> ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| 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

