<html>
<head>
<title>ThaiCreate.Com Tutorial</title>
</head>
<body>
<body>
<%
Dim chkVol
Response.write("Checkbox= "&Request.Form("chkColor").Count)
Response.write("<hr>")
For Each chkVol in Request.Form("chkColor")
Response.write chkVol&"<br>"
Next
%>
</body>
</body>
</html>