Checkbox's Value

I made this code:

....
<%
dim xyz
xyz = Request.Form("checkbox1")
%>
<HTML>
<HEAD>
</HEAD>
<BODY>
<FORM action="Forwarding.asp" method=post id=form1 name=form1>
<INPUT type="checkbox" id="checkbox1" name="checkbox1"><BR>

but, xyz can't get the "checkbox1"'s value.

View Replies


ADVERTISEMENT








Copyrights 2005-15 www.BigResource.com, All rights reserved