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="POST" action="reportdetail.asp" target="results">
Search.asp: <form method="POST" action="reportdetail.asp" target="results">