test dropdown value from form
am 03.04.2007 19:50:28 von davidgordon
Hi,
I have an asp page with a simple form.
The form has a dropdown which is database fed.
Once the user selects a value from the dropdown, I need some code to
test the value selected.
If the value is 'X' then, make certain other form fields visible,
otherwise hide them.
Can this be done ? perhaps it needs to be done in clientside
javascript (obviously a different group before I get shouted at :-)
Thanks
David
Re: test dropdown value from form
am 03.04.2007 20:42:52 von Jon Paal
this is going to be best resolved as a client side issue..
"David" wrote in message news:1175622628.695515.109900@n76g2000hsh.googlegroups.com.. .
> Hi,
>
> I have an asp page with a simple form.
> The form has a dropdown which is database fed.
>
> Once the user selects a value from the dropdown, I need some code to
> test the value selected.
>
> If the value is 'X' then, make certain other form fields visible,
> otherwise hide them.
>
>
> Can this be done ? perhaps it needs to be done in clientside
> javascript (obviously a different group before I get shouted at :-)
>
>
> Thanks
>
>
> David
>