|
|
|
|
|
| | |
|
Active Server Pages help tutorial how to ASP Help ASP Tutorials ASP Programming ASP Code - ASP Free CJWSoft ASPProtect ASPBanner ASPClassifieds
(Advanced)
(Components)
(Database)
(General)
(Vbscript)

|
|
Subject: |
Re: Convert Checkbox Values |
From: |
David Churchyard |
Date: |
2/14/2000 11:43:29 AM |
IP: |
194.217.53.159 |
Dear Daniel,
Would the following script not solve the problem?
<%
Dim html
if request.form("checkbox1") = "on" then
html = 1
else
html = 0
end if
html= Request.Form("checkbox1")
Response.Write html
%>
|
Previous Message
|
|
|
|
|
|
|
|
|
|
|
|