Navigator 2.0, Internet Explorer 3.0
The close() method closes the top-level browser window specified by window. A window can close itself by calling self.close() or simply close(). In Navigator, if window is the only open window, then close() closes it and Navigator exits.
In Navigator 3.0, only windows that are opened by JavaScript can be closed by JavaScript. This prevents malicious scripts from causing the user's browser to exit.
In Navigator 2.0 and 3.0, there is no meaningful way to close a frame within a window. Thus, the close() method should only be invoked for Window objects that represent top-level browser windows, not those that represent frames.
file: /Techref/language/java/script/definitive/refp_432.htm, 4KB, , updated: 2019/10/14 15:00, local time: 2024/11/15 01:38,
3.145.201.79:LOG IN
|
©2024 These pages are served without commercial sponsorship. (No popup ads, etc...).Bandwidth abuse increases hosting cost forcing sponsorship or shutdown. This server aggressively defends against automated copying for any reason including offline viewing, duplication, etc... Please respect this requirement and DO NOT RIP THIS SITE. Questions? <A HREF="http://linistepper.com/techref/language/java/script/definitive/refp_432.htm"> [Chapter 21] Reference: Window.close()</A> |
Did you find what you needed? |