Like this?
Basic drop down box w/ text box pop up:
<FORM>
<SELECT name="choice" onChange="alert('Like this?')">
<OPTION SELECTED>--Choose a Option--
<OPTION>Option 1
<OPTION>Option 2
</SELECT>
</FORM>
Hey guys.
Basically I want to have a drop down box that when you click on an option, text appears.
Can anyone help?
Like this?
Basic drop down box w/ text box pop up:
<FORM>
<SELECT name="choice" onChange="alert('Like this?')">
<OPTION SELECTED>--Choose a Option--
<OPTION>Option 1
<OPTION>Option 2
</SELECT>
</FORM>
Not quite. I want the text to appear next to the drop down box when you click on an option.
There are currently 1 users browsing this thread. (0 members and 1 guests)