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

How To Pass data from a window into another ?

Status
Not open for further replies.

choliq

Programmer
Jul 12, 2000
2
ID
Lets suppose to have a search application window that contains several input box. This search will pop up a new window containing records generated by a query. With a link for each such record, how can we pass data of one of these records to the original window ?
 
with ASP:<br><br>you can request a querystring (i.e. from a link) with the following:<br><br>&lt;a href=
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top