gmichal
02-26-2003, 11:12 AM
how i use in the input tag type=chackbox?
and that answer will go bavk into my db?
Response.Write "<td width='5%'><input type='chackBox size= 10 name='mailing' value= "&rs("mailingList")&"></td>"
and in the rs...
If Request.form("mailing")="CHECKED" then
rs("mailingList")= True
else
rs("mailingList")= False
end if
but it is not working and after i chack on the form i cant see the result on the db....
thanks
and that answer will go bavk into my db?
Response.Write "<td width='5%'><input type='chackBox size= 10 name='mailing' value= "&rs("mailingList")&"></td>"
and in the rs...
If Request.form("mailing")="CHECKED" then
rs("mailingList")= True
else
rs("mailingList")= False
end if
but it is not working and after i chack on the form i cant see the result on the db....
thanks