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

How can I access a variable from another asp page ?

Status
Not open for further replies.

snr

Programmer
Oct 8, 2001
78
US
Hi ,
I have 2 frames on a single asp page referring to 2 different asp files. After I give search criteria from page 1 , the results are displayed in second frame, as submit from page one posts to second asp page i.e frame2.
Now I want to reset variable from page one , immidiately after the query is processed.
How can I do that ? How can I access that variable ?

Thanks
 
I am not exactly sure if I know what you are looking for, however if you are just trying to reset your form on frame one you could litterally just refresh the first page.
Try this in your submit code. <input type=&quot;submit&quot; value=&quot;submit&quot; onClick=&quot;history.go(0)&quot;> this will submit your form and should refresh your screen.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top