Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Applet to read iframe content! pls help!

Status
Not open for further replies.

FOR111

Programmer
Sep 29, 2005
103
MT
Hi All,

I have an applet loaded within an html page, and within this page i have several (x5) iframes which the applet sends urls for them to load. Now when the iframe loads it can give a success or an error message..this i have to know the result by reading the html!

Can anyone give an indication of how i can read the contents from the iFrame? I've already tried to do so using AppletContext (which i use to load the iFrame in the first place).. but i cannot use it to read!

Regards
Nick
 
HI Dian thanks .. but i don;t think that javascript is the way you...though i would leave it as a last resort just in case i won;t find any other solution (which most probably i won;t :> )


Thanks again
Nick
 
Well, good luck, but I don't think you'll find another way. You can use Javascript to access the DOM and the page content.

Cheers,
Dian
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top