Hi guys,
I've got an issue with a piece of Javascript that seems to work fine on IE, Opera and Google Chrome but wont work on firefox which alot of people seem to be using. The code is like this
document.all.FrameTypeValue.value = document.all.FrameType.value + "," + document.form1.FrameType.options[document.form1.FrameType.selectedIndex].text;
FrameTypeValue is a hidden field.
FrameType is a drop down box.
so Im trying to save to the FrameTypeValue field the value of the FrameType ddbox as well at the displayed text seperated by a comma. Its for an order form, where the value means something to us and the text means something to the customer. We use the info to create import files for our internal lab software.
Any help would be appreciated.
#