![]() |
|
|
+ Search |
![]()
|
May 30th, 2000 06:18
unknown unknown, Jeff Wells
Set a counter in your html code:
dim d
d = d + 1
<input type="checkbox" name="AcceptAgmt<%=d%>" value="Y">
<%d = d + 1%>
<input type="checkbox" name="AcceptAgmt<%=d%>" value="Y">
<%d = d + 1%>
I am going throught the same thing man....Here is some code I recieved
from
someone...I am going to try it out now..
Then on your processing page:
for d = 1 to 2
if request("AcceptAgmt" & d) = "Y" then
store
end if
next
© 1999-2004 Synop Pty Ltd