HI i have 4 html files a.html,b.html,c.html,d.html. when i click a button in a.html a small window opens that loads b.html in it, wheni click a button in b.html.. the window with b.html gets closed and another window c.html opens... now when i click a button in c.html i want to close a.html which is still open and the master parent of all... and in place of a.html i want to open d.html...
Can anybody suggest me how do i access the parents parent window.. as here for c.html .. parent is b.html.. which needs to be closed.. and a.html is b.html's parent.
Eric Pascarello
author
Rancher
Joined: Nov 08, 2001
Posts: 14857
posted
0
You can not close windows that are NOT opened up with JavaScript.