MattR
May 5th, 2004, 04:11 PM
I'm trying to get the value out of;
document.form1.selectObject.value (a menu) by "onChange='script(value)' " so that
running script(value) sets var = value, then document.form1.hiddenField.value = var.
This works on every browser with no errors etc except IE...
Testing with alerts indicates that IE isn't picking up the value at the beginning as alert(value) and alert (var) are blank in IE.
What am I doing wrong?
document.form1.selectObject.value (a menu) by "onChange='script(value)' " so that
running script(value) sets var = value, then document.form1.hiddenField.value = var.
This works on every browser with no errors etc except IE...
Testing with alerts indicates that IE isn't picking up the value at the beginning as alert(value) and alert (var) are blank in IE.
What am I doing wrong?