Hey,
I have basically zero knowledge of javascript, ajax, etc so any help is much appreciated.
Basically I'm making a site that has an html option drop down list. I was wondering if there was a script out there / if one of you could write the script for me that when a certain option was selected a text input field would replace the option field...?
I have a few different options and when the user selects "Other" I want the option box to go away and...
<input type="text" name="vendor" value="Vendor Name" onfocus="this.value=''">
to replace that drop down list...
Thanks for any help :).