Feedback: irt.org FAQ Knowledge Base Q308
Feedback on: irt.org FAQ Knowledge Base Q308
Sent by Tim Jackson on May 30, 2001 at 11:34:23: - feedback #2783
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.
Sent by Mystery on August 03, 2001 at 08:30:47: - feedback #3044
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.
Sent by vijaya on January 08, 2002 at 15:27:04: - feedback #3464
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
Sent by Raghavendra Reddy on March 15, 2002 at 10:10:18: - feedback #3688
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.
Sent by Nebojsa Simic on Tuesday April 24, 2007 at 04:41:56 - feedback #4479
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
Sent by SP on Thursday May 31, 2007 at 06:11:37 - feedback #4650
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
Sent by Kin on Saturday August 04, 2007 at 00:18:22 - feedback #4879
Worth: Worth reading
Length: Just right
Technical:
Comments: Nebojsa Simic's answer works. Thanks
|