Is it possible to find out the number of frames in a html page?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Revathi Balakrishnan
    New Member
    • Jun 2008
    • 40

    Is it possible to find out the number of frames in a html page?

    Hi All
    Is it possible to find out the number of frames the page contain?

    For example my page is divided in to three frames using frameset tag, and one of my frame has i frame also. Like such cases, Is there any easy way to find ou the number of frames with out looking in to the code?

    Any of your advice would be much appreciated
  • hsriat
    Recognized Expert Top Contributor
    • Jan 2008
    • 1653

    #2
    Have a look at window.frames referance. (link).

    Comment

    • Revathi Balakrishnan
      New Member
      • Jun 2008
      • 40

      #3
      Thanks ya , you resolved my problem:)

      Comment

      Working...