![]() |
Sergey Kornilov admin 2/8/2006 |
I guess you cannot make radio buttons hidden - in this case radio button value won't be submitted. <input type="hidden" name="andor" value="and">
|
D
|
dpkona author 2/9/2006 |
That's what i did. Did not work. |
D
|
dpkona author 2/9/2006 |
result of debug |
![]() |
Sergey Kornilov admin 2/9/2006 |
Did you remove all references to input type="radio" name="andor"? |
D
|
dpkona author 2/14/2006 |
Do I need to remove all references in all files or just in the _search.asp file? Because if it is just the _search.asp file, I continue to get errors. |
![]() |
Sergey Kornilov admin 2/14/2006 |
You need to do this just in ..._search.asp file. |