I am trying to make a drop down menu that has both a part number and a description of the part number but only displays the part number in the box when something is selected. For example:
PN# 0001 | Copper Cable Sheild
would be displayed when the menu is viewed but when it is actually selected only PN# 0001 is displayed. Right now I have PN#0001 as the choice and Cooper Cable Shield as the value. (I sort of need to keep it that way because I'm using document.form.fieldName.value to access the value in JavaScript.)
Help!
Thanks!
PN# 0001 | Copper Cable Sheild
would be displayed when the menu is viewed but when it is actually selected only PN# 0001 is displayed. Right now I have PN#0001 as the choice and Cooper Cable Shield as the value. (I sort of need to keep it that way because I'm using document.form.fieldName.value to access the value in JavaScript.)
Help!
Thanks!