Jul 15, 2003 #1 gchen Programmer Joined Nov 14, 2002 Messages 174 Location US Hi, I have 5 frames and i want to close all of them from one of the frame page. i put window.close() but it won't work. is there is way to do this trick? with frame name? if so, how? can some one show me how to do it? Thanks!
Hi, I have 5 frames and i want to close all of them from one of the frame page. i put window.close() but it won't work. is there is way to do this trick? with frame name? if so, how? can some one show me how to do it? Thanks!
Jul 15, 2003 1 #2 jemminger Programmer Joined Jun 25, 2001 Messages 3,453 Location US parent.close(); ========================================================= try { succeed(); } catch(E) { tryAgain(); } -jeff http://www.jeffemminger.com Upvote 0 Downvote
parent.close(); ========================================================= try { succeed(); } catch(E) { tryAgain(); } -jeff http://www.jeffemminger.com
Jul 15, 2003 Thread starter #3 gchen Programmer Joined Nov 14, 2002 Messages 174 Location US Cool! it does the trick. thanks a lot! Upvote 0 Downvote