Technical
Public forum
Unmoderated forum

Forum administrated by moderatoruk
The place for beginners and experts.
Lost in HTML tags or in JavaScript functions? Just send an SOS to the Webmaster Technical forum! Genius author of a killer web-script? Share it with other Webmasters here!
New messages 2
Total messages 6610
Subject RE: Javascript - Close Window

Author:  brisray
Date:    05-07-2007 23:37

Frames can be useful but there are problems with them. The reason why window.document.close(), window.close(), self.close() and close() do not work is because of the frames in Lycos pages.

The frame is a child of the top frame and so you have to use parent.close() or top.close()

Ctrl + W is a Windows shortcut to close the current tab in a tabbed browser or to close the broswer if only one tab is open. To close the browser, no matter how many tabs are open use Alt + W

Ray






    Subject Author Date
Javascript - Close Window  
sudhamistry 05-07-2007 10:36
RE: Javascript - Close Window  
sudhamistry 05-07-2007 10:47
RE: Javascript - Close Window  
brisray 05-07-2007 23:37
RE: Javascript - Close Window  
brisray 05-07-2007 23:40

Subject:

Message:

Include original message   Cancel