[Javascript] add a new entry in a drop down menu

Chris Tifer christ at saeweb.com
Mon Jun 23 08:01:02 CDT 2003


Are you talking about a Combo box where users can select 
values or enter them in?  If so, that's not going to be possible with 
straight HTML. You might be able to find an ActiveX object, 
or script one, but it's not going to be easy.

Chris Tifer
http://emailajoke.com

----- Original Message ----- 
From: <noel.jean-baptiste at courrier.uqam.ca>
To: "[JavaScript List]" <javascript at LaTech.edu>
Sent: Sunday, June 22, 2003 5:38 PM
Subject: [Javascript] add a new entry in a drop down menu


> Is it possible to have an entry field in an drop down menu ?
> For example in this code :
> 
> <SELECT SIZE="1" name="cours">
> <OPTION>un</OPTION>
> <OPTION>deux</OPTION>
> <OPTION value =""></OPTION>
> </select>
> 
> For the attribute value of option, can we entry a value from the html 
> page ?
> If isn't possible, what are the others solutions ?
> Thank you
> 
> 
> 
> _______________________________________________
> Javascript mailing list
> Javascript at LaTech.edu
> https://lists.LaTech.edu/mailman/listinfo/javascript


More information about the Javascript mailing list