|
|
Q215 Is it possible to close the parent window (main web browser window) from a child window?
irt.org | Knowledge Base | JavaScript | Window | Q215 [ previous next ] Q215 Is it possible to close the parent window (main web browser window) from a child window?Put the following in the child:
Although you'll need to make sure that the opener has been defined for browsers that don't have it by default, by placing the following in the parent:
Note, that this will likely prompt the user for confirmation before closing the window. |
-- div -->
|