How do we retrieve the contents of html frames?
Given a URL address, how do we get all the contents of the left, top, and body frames into separate string variables?
Thks.
Printable View
How do we retrieve the contents of html frames?
Given a URL address, how do we get all the contents of the left, top, and body frames into separate string variables?
Thks.
Um.... the contents of what? What do you have in the frames?
You can refer to a frame by it's name attribute:
window.parent.frames.framename
From there you can reference it's elements