Using Javascript, how do I grab a certain portion of HTML (from part of a page) from within one frame to be used as a value for a variable in another frame?
It might be hard to understand, sorry. Here's a better picture, I hope:
This is a Javascript-based tool I am currently working on. I have a window with 2 frames. In the 1st frame, there is a series of buttons and text fields. Each button performs a different function that returns a certain site with information and displays it onto the 2nd frame. I would like to copy some information from the HTML that is being displayed on the 2nd frame, so that it is can be used as a variable on the 1st frame.
Any ideas to get me started? Thx!! =D
2007-01-08
23:24:33
·
2 answers
·
asked by
Anonymous
in
Programming & Design