|
|
|||||||||
|
|||||||||
|
|||||||||
| |
||
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
i need that checkbox help!
How do you multiple delete or send to a record ones you check there corresponding checkbox?
just a bunch of code: >>>>>>>>>>>>>>>>>>>>>>>>'''''''do while not rs.eof >>>>>>>>>>>>>>>>>>>>>>>>'''''''<input type="checkbox" name="checkbox" value="<%=rs("Id")%>"> >>>>>>>>>>>>>>>>>>>>>>>>'''''''rs.MoveNext >>>>>>>>>>>>>>>>>>>>>>>>'''''''loop ‘whats next? I don’t know what to do! … I desperately need your help … I still got ‘more ques but this asking is just for now. ![]() Hope you could help me, this is actually a school project in which im the only one whose using an online proposal. People say this proposal of mine is hard (all of them are using a system application) but ill show them that it isnt! with your help my life will surely make a lot easier! |
|
#2
|
||||
|
||||
|
if you submit your page to another asp page, you can get the values of the checked checkboxes like this
Code:
Dim x
For x=1 To Request.Form("checkbox").Count
response.write Request.Form("checkbox").Item(x)
Next
thanx to Shadow, who showed this piece of code ![]() hope this helps
__________________
Look! Its a ShemZilla ![]() ![]()
|
![]() |
| Viewing: ASP Free Forums > Other > Programming Help > i need that checkbox help! |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|