|
|
|
|
|
| | |
|
Active Server Pages ASP a directory of ASP tutorials applications scripts components and articles for the novice to professional developer. CJWSoft ASPProtect ASPBanner ASPClassifieds
(Advanced)
(Components)
(Database)
(General)
(Vbscript)

|
|
Subject: |
Re: Convert Checkbox Values |
From: |
David Churchyard |
Date: |
2/14/2000 11:45:44 AM |
IP: |
194.217.53.159 |
OOOOps, left a line in ! Try this.
<%
Dim html
if request.form("checkbox1") = "on" then
html = 1
else
html = 0
end if
Response.Write html
%>
|
Previous Message
|
|
|
|
|
|
|
|
|
|
|
|