Iterate over framesets in JavaScript?

Posted by Derek Mahar on Stack Overflow See other posts from Stack Overflow or by Derek Mahar
Published on 2010-05-06T22:59:05Z Indexed on 2010/05/06 23:28 UTC
Read the original article Hit count: 300

Filed under:
|
|

How can I list all FRAMESET elements in an HTML document using JavaScript? I know it must be possible to select these elements in the DOM tree because the DOM Inspector plugin for Firefox is able to list all the FRAMESETS in a page.

© Stack Overflow or respective owner

Related posts about JavaScript

Related posts about dom