|
|
 |
RE: FN-FORUM: Drop downs
date posted 4th August 2005 11:04
This tutorial: http://www.mredkj.com/tutorials/tutorial005.html
Along with some onClick() or onChange events should get you going.
Dave.
___________________________________________________________
Dave Boulden, Director. DA Media Limited
web: http://www.da-media.co.uk/ Skype: callto://daveboulden
Tel: 01795 559456 Fax: 07092 011488
> -----Original Message-----
> From: [EMAIL REMOVED] [EMAIL REMOVED] On
> Behalf Of Norman Beresford
> Sent: 04 August 2005 10:13
> To: FN-FORUM / [EMAIL REMOVED]
> Subject: FN-FORUM: Drop downs
>
>
> 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
>
> --
> Freelancers, contractors earn more with Prosperity4 Call 0870
> 870 4414 or visit www.prosperity4.com and benefit from Inland
> Revenue approved expenses today.
>
> To advertise here: http://www.freelancers.net/advertising.html
>
> |
 |
|