D3mon
Senior Member
United Kingdom
1685 Posts |
Posted - 31 December 2004 : 10:21:23
|
trouble with that is you'll get a problem if somehow a non-numeric value comes thru. You might try:
if isnumeric(request.form("blah")) then myVariable = request.form("blah") if myVariable <> 1 then myVariable = 0 else myVariable = 0 end if |
Snitz 'Speedball' : Site Integration Mod : Friendly Registration Mod "In war, the victorious strategist only seeks battle after the victory has been won" |
Edited by - D3mon on 31 December 2004 10:22:15 |
|
|