|
-
Sep 17th, 2000, 03:21 AM
#1
Thread Starter
Addicted Member
hi there all, watching the olympics ?
i have this problem :
in a form i have unknown number of checkboxs and a submit button,
i want to know on a submit click which checkbox is checked.
how can i do this.
it is important to know which of the checkbox because every checkbox have a different value...
hope u can help me i m realy stuck.
tnx lirlir
The MORE I get to know,
I realize that I know NOTHING !
-
Sep 17th, 2000, 04:02 AM
#2
Addicted Member
Hi lirlir,
I would think you'd need to use a scripting language such as VB Script or Java Script to acheive this, something like:
If (Ch1) <> 0 Then
Response.Write ("CheckBox_1 Clicked)
If Else (Ch2) <> 0 Then
Response.Write ("Checkbox_2 Clicked)
etc etc, I don't know if this sytax is correct because I'm still learning VB, but I reckon you'll get a few more replies. Hope this helps,
Skeen.
"It wasn't the booze that made me snooze, It was the Gin that did me in!"
-
Sep 17th, 2000, 04:04 AM
#3
Thread Starter
Addicted Member
hi ,
i solved my problem tnx anyway!
lirlir,
keep on watching the games...
The MORE I get to know,
I realize that I know NOTHING !
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|