paulafernandes
02-17-2003, 04:03 PM
Hi! Here am I again with a (maybe stupid...) problem:
I have on a page 8 checkboxs. I'm doing something like this:
<form action = "2.asp">
<%for i =1 to 8%>
<TR>
<TD><INPUT type="checkbox" id=checkbox1 name="pendente<%=i%>"></TD>
</TR>
<%next%>
</form>
How can I, on the "2.asp" page, when I'm doing my SQL Insert string, retrieve the value of those checkbox's? I need to know If the first is "on" or not, the second, and so on...
I can't do this!!! I've been trying for 2 days!
Please help...
Thank's
Paula
I have on a page 8 checkboxs. I'm doing something like this:
<form action = "2.asp">
<%for i =1 to 8%>
<TR>
<TD><INPUT type="checkbox" id=checkbox1 name="pendente<%=i%>"></TD>
</TR>
<%next%>
</form>
How can I, on the "2.asp" page, when I'm doing my SQL Insert string, retrieve the value of those checkbox's? I need to know If the first is "on" or not, the second, and so on...
I can't do this!!! I've been trying for 2 days!
Please help...
Thank's
Paula