Iterate over framesets in JavaScript?
- by Derek Mahar
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.