hello, i am back.
this is what i am trying to do:
1. create a dropdown selection box in a form
example:
<FORM>
<P>
<SELECT NAME="sample dropdown" SIZE="1"><OPTION>choice 1<OPTION>choice 2</SELECT></P>
</FORM>
2. onclicking choice 1, a div will show [ example: id="choice 1" ]
3. onclickng choice 2, choice 1 div will hide and the choice 2 div will show
I know how to create this onclick with images and links. I can not figure out how
to create a form dropdown to do this. I am sure it is simple, but I am lost as usual.
I need the entire html code so that I can completely understand this.
Please help, need asap.
Thanks
Mike
Start Free Trial