|
|
 |
RE: FN-FORUM: Drop downs
date posted 4th August 2005 11:03
Norman,
How about this:-
Question 1
Answer 1
Answer 2
Answer 3
Question 2
Answer 1
Answer 2
Answer 3
Question 3
Answer 1
Answer 2
Answer 3
Regards,
Craig
-----Original Message-----
Hi all
I think I posted this before but didn't get a response, so trying again.
What I'm after is a javascript solution which will effectively change a
group of tags into radio buttons. Basically I have a group of
questions, and for each question the user chooses an answer from a list
of possible answers. However they can only use that answer once per
group of questions.
Ie
Question 1 - Answer 1
Question 2 - Answer 3
Question 3 - Answer 2
Is fine
But
Question 1 - Answer 1
Question 2 - Answer 1
Question 3 - Answer 2
Isn't
The HTML looks something like:
Question 1
Answer 1
Answer 2
Answer 3
Question 2
Answer 1
Answer 2
Answer 3
Question 3
Answer 1
Answer 2
Answer 3
Has anyone done anything like this? Or got a URL for something like
this? Or fancies suggesting a way to tackle it (my thinking is an array
which tracks which select has which answer selected).
Norman
|
 |
|