Special CheckBox Problem
Hi,
In a Shopping Cart there is a following CheckBox:
<input name="pd<%=localCart( CARTPID, i )%>" type="checkbox" value="1">Delete</td>
If the CheckBox is âcheckedâ the Client can update the Quantity with a Button.
Haw can I verify, that this Checkbox âcheckedâ is?
The following didnât works!
If request("pd<%=localCart( CARTPID, i )%>") = "on" THEN
Could you help me to solve the problem?
Thanks
|