Jul 15, 2003 #1 gchen Programmer Nov 14, 2002 174 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 Jun 25, 2001 3,453 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 Nov 14, 2002 174 US Cool! it does the trick. thanks a lot! Upvote 0 Downvote