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

ASP and inline frame data

Status
Not open for further replies.

sweetleaf

Programmer
Jan 16, 2001
439
CA
Hi there!

Does anyone know how I can access the data on an inline frame(ASP2.asp) from an asp page(ASP1.asp)?

note:
ASP1.asp (contains inline frame ASP2.asp)

Thanks!
 
Exactly what are you trying to do here ?

If the user has already looked at the 1st page then use hidden submits & requests to hold the info as you change from page to page
 
I have a main page (Page1.asp) with an inline frame.
Page2.asp is loaded into the <iframe></iframe> tags on Page1.asp.

Page2.asp contains a text field called &quot;name&quot;.
I would like to put a command button on Page1.asp which when clicked can read the content of the &quot;name&quot; field on the inline frame Page2.asp

Reason being, I would like to post the contents of &quot;name&quot; and some other data from Page1.asp to a database.

Thanks
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top