PDA

Click to See Complete Forum and Search --> : Retrieving HTML frames


greg1
Oct 31st, 2000, 10:11 PM
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.

monte96
Nov 1st, 2000, 09:58 AM
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