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!

Frames & request.form

Status
Not open for further replies.

donniea21

MIS
Feb 16, 2001
75
US
I am trying to pass form values from a search page "search.asp" to a results frameset page "reprtDetail.asp". The top frame contains a static htm page with the column headers for the search so that if many results are returned, the user can still see the headers. The bottom frame "results.asp" needs to use request.form to get the seach parameters from "search.asp", query the db and display the results..The problem I am having is the the parameters are not getting to the results.asp frame.


Search.asp: <form method=&quot;POST&quot; action=&quot;reportdetail.asp&quot; target=&quot;results&quot;>
 
reprtDetail.asp
reportdetail.asp

results.asp frame
target=&quot;results&quot;

computers are danged picky about spelling and names and so forth.

Show us some relevant code.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top