Frame Object
Name
Frame Object---a type of Window object
Navigator 2.0, Internet Explorer 3.0
Synopsis
window.frames[i]
window.frames.length
frames[i]
frames.length
Though the Frame object is sometimes referred to, there is,
strictly speaking, no such object. All frames within a
browser window are instances of the Window object, and they
contain the same properties and support the same methods and
event handlers as the Window object does. See the Window
object, and its properties, methods, and event handlers for
details.
There are a few practical differences between Window objects
that represent top-level browser windows, and those that
represent frames within a browser window, however:
- When the defaultStatus property is set for a frame,
the specified status message is only visible when the mouse
is within that frame.
- The top and parent properties of a top-level
browser window always refer to the top-level window itself.
These properties are only really useful for frames.
- The close() method is not useful for Window objects
that are frames.
file: /Techref/language/java/script/definitive/refp_141.htm,
4KB, , updated: 2019年10月14日 16:00, local time: 2025年9月17日 02:53,
©2025 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://massmind.org/techref/language/java/script/definitive/refp_141.htm"> [Chapter 21] Reference: Frame</A>
Did you find what you needed?
Welcome to massmind.org!
Welcome to massmind.org!
.