Add options

The script can be used to add options to Select by visitors.




Over 2000+ free Javascript
at JavaScriptBank.com Website
Sampled by JavaScriptBank.com
Choose a country
Please type in your add on choice



The code for adding an extra option to existing select is

document.Form.SelectName[document.Form.SelectName.length]=new Option(T,V,d,s)

T=text string
V=value string
d=default select (boolean 1 or 0)
s=selected (boolean 1 or 0).