Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Asp and logical fields
Message
 
General information
Forum:
Visual FoxPro
Category:
Internet applications
Miscellaneous
Thread ID:
00250672
Message ID:
00250719
Views:
23
Oops, looks like the changes in the UT parser now allows a few more HTML tags :~
'Client form with checkbox being posted
<INPUT TYPE=CHECKBOX NAME=CB1 VALUE="Y">

'On server ASP being posted to:
CB1=Request.Form("CB1")
If CB1="Y" then
   CB1=true
else
   CB1=false
end if
'Now simply update your logical field in the recordset with CB1
Michael McLain
Previous
Reply
Map
View

Click here to load this message in the networking platform