|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
Stop making mediocre tutorials.The best tutorials are video! Camtasia Studio makes it easy to create engaging, buzz-building screen videos at any size, in any popular format. Download the free trial!
|
|
#1
|
|||
|
|||
|
I have a html page with 20 checkboxes in it.
I want to compare the value av the checkboxes ( when the user choose them) with an array which has 5 values. My checkboxes have different values but same name.... It has to work like this that the user marks the checkboxe and sumbit the form. The result should sends as an email and my program has to compare the checkboxes values and the values in my array och write the result in the email that should be send away. I really appriciate some help here because I need this as quickly as possible. You kan send me email to betisa_30@hotmail.com Thank you very much |
|
#2
|
|||
|
|||
|
Hello,
I got your mail yesterday. ok I will try to help you you are using same name for all the checkboxes m i right now Dim Chbox, temp temp=Request.Form("your check box name here") Chbox=split(temp, ", ") now Chbox is an array of the check box values, handle it as normal array handling. and tell me if this resolves your issue Regards Rahul
__________________
Rahul Small things lead to perfection and perfection is not a small thing. |
|
#3
|
|||
|
|||
|
Thanx a lot but i found another way to solve my problem....but thanx anyway!
![]() |
![]() |
| Viewing: Dev Shed Forums > Programming Languages - More > ASP Programming > Problem with checkboxes - arrays in ASP |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|
|