How can I list all FRAMESET elements in an HTML document using JavaScript? I believe it to 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.
How can I list all FRAMESET elements in an HTML document using JavaScript? I
Share
There’s a
window.framescollection, if that’s what you mean.EDIT:
Ah. For blowing away all
framesetelements,getElementsByTagName:Or jQuery, obviously: