VOOZH about

URL: https://www.geeksforgeeks.org/html/html-dom-window-frames-properties/

⇱ HTML DOM Window frames Properties - GeeksforGeeks


  • Courses
  • Tutorials
  • Interview Prep

HTML DOM Window frames Properties

Last Updated : 11 Jul, 2025

The HTML DOM Window frames property in HTML DOM is used to return the frame element in the form of an array object. This property represents all <iframe> elements in the current window. DOM Windowframe is a read-only property. 

Syntax:

window.frames

Properties:

Return Value: It returns a reference to the Window object, representing all the frames in the current window. 

Example 1: In this example, we will see the number of iframe elements in the current window using window.length property.

Example 2: In this example, we will see the usage of window.frame[] property.

Supported Browsers: The browser supported by DOM Window Frames Property are listed below:

  • Google Chrome 1 and above
  • Edge 12 and above
  • Internet Explorer 4 and above
  • Firefox 1 and above
  • Opera 12.1 and above
  • Safari 1 and above

We have a Cheat Sheet on Javascript where we covered all the important topics of Javascript to check those please go through Javascript Cheat Sheet-A Basic guide to JavaScript.

Comment
Article Tags:
Article Tags: