By display name, do you mean the selected option text...or something
else?

<select id="foo">
  <option value="1" selected>You want this piece of text?</option>
  <option value="2">or maybe this one...</option>
  <option value="3">or all of them?</option>
</select>

Here is a good reference on the select object.
http://www.devguru.com/Technologies/ecmascript/quickref/select.html

-- 
 Jon
 mailto:[EMAIL PROTECTED]

Tuesday, July 30, 2002, 2:48:19 PM, you wrote:
KP> Is there a way to reference the display name of a select box??? I need
KP> to store the select value and display name in an array....

KP> Anyone?
KP> Anyone?

______________________________________________________________________
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to