Feedback on: irt.org FAQ Knowledge Base Q308
Worth:
Worth reading
Comments:
Also, if you reference the window by it's name in the close() command, such as window.close('myPopUp')... this should avoid the "are you sure?" message.
Worth:
Worth reading
Length:
Just right
Technical:
Just right
Comments:
If you try to close the parent window a prompt will apear. If you try to close a window which has been created by another window no message will appear.
Length:
Too short
Comments:
It will be good if you can provide the example. Then it will be excellent otherwise most of the pepole are not going to understand this articale
Worth:
Worth reading
Technical:
Just right
Comments:
replace() method is not working for IE 5. In IE 5.5 it works fine! Is there any work around?
raghu.
Worth:
Not worth reading
Length:
Too short
Technical:
Not technical enough
Comments:
This will close the window without asking for conformition
window.opener='x';window.close();
Best Regards from SERBIA
Worth:
Very worth reading
Length:
Technical:
Just right
Comments:
This one was is really simple. other workarounds to close current window without prompt is lengthy.
Thanks a LOT! Nebojsa Simic
Worth:
Worth reading
Length:
Just right
Technical:
Comments:
Nebojsa Simic's answer works.
Thanks