6
votes
3answers
396 views

Pure CSS emulation of a frameset

I have been searching for more than 1 hour with no success. Is there a pure CSS way of emulating a frameset? I mean, really emulating it. I have found some interesting stuff where you will have fixed ...
0
votes
1answer
599 views

Iterate over framesets with XPath expression in JavaScript?

Why does the following JavaScript, when run in Firefox 3.6.3, delete all FRAMESET elements in a document, but the similar script that instead uses an XPath expression to select the FRAMESET elements, ...
0
votes
2answers
2k views

Iterate over framesets in JavaScript?

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 ...