I have the following checkbox on my site but it dosen't work, tried to solve it before but still having trouble.
this is the code from my first page
<P>Do you want to take pets with you?
<INPUT type=CHECKBOX name = "PETS" value = "Y">Yes<br>
This is the code from my second page
IF strPETS = "Y" THEN strSQLLOC = strSQLLOC & " AND fldPETS = 'Y' " ELSE strSQLLOC = strSQLLOC
Please help!!!