|
Posted by richard on 09/24/06 15:42
"Cerebral Believer" <nospamthanks@hadenoughalready.com> wrote in message
news:ZrtRg.37607$wo3.24064@newsfe7-gui.ntli.net...
> Anyone know if it is possible to use one hyperlink and a selection of
> radio buttons to send a person to a particular page depending on what
> radio button they check, eg.
>
> Please Choose A Format
>
> [a] [b] <--- radio buttons
>
> CLICK HERE <-- hyperlink
>
> They would need to check one button, so the page should return with an
> error saying (please select a format), or send the user to a default page
> if no option is selected.
>
> Would appreciate some sample code if anyone has the time and inclination.
>
> Regards,
> C.B.
Yes it can be done but not without some type of scripting.
Because html would not know what to do with the clicks, let alone the
buttons.
Html is purely for presentation.
Navigation:
[Reply to this message]
|