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 Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

how to get data from another frame

Status
Not open for further replies.

wlhbill

Programmer
Aug 25, 2002
20
0
0
US
I have a frameset page with 2 frames. The first frame has a textbox and 2 buttons. The user enters a string in the textbox and clicks the first button. This calls a code behind C# function to generate a javascript to connect the second frame to a website. This work fine. What I want to do is have the C# code behind the 2nd button in the first frame access and analyze the html code in the second frame. I don't know how to access the frame 2 html or get a copy of it from here. Any help or suggestions would be greatly appriciated.
Thanks,
Bill
 
in javascript i think the method is

window.framename.whatever

instead of document.whatever



[thumbsup2]DreX
aKa - Robert
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top