|
|
|||||||||
|
|||||||||
|
|||||||||
| |
||
| |||||||||
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
Probelm with form variables
The problem is as follows:
search.asp uses a form to pass two variables ysColu (column name) and ysText (the text being searched for) to result.asp, result.asp then displayes a list based on the two variables. This all works fine, however whenever the "Next" button is used to page through the recordset the variables reset to their default values. I was wondering is there any way to fix this? The code Im using to generate the initial result.asp recordset is : SELECT * FROM Books WHERE ysColu LIKE '%ysText%' ORDER BY ysColu ASC where ysText is defaulted to "Exalted" and its run-time value is taken from Request.Form("ysText") ysColu is defaulted to "GameLine" and its run-time value is taken from Request.Form("ysColu") Some test pages with the problem can be seen at: |
|
#2
|
||||
|
||||
|
This thread has been locked, please dont double post, and refer
to this page for answers http://forums.aspfree.com/programmi...les-103838.html
__________________
Look! Its a ShemZilla ![]() ![]()
|
| Viewing: ASP Free Forums > Other > Programming Help > Probelm with form variables |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|