Hi we are have a strange issue.
One of our clients is complaining, that in IE they are unable to see any value , when they select a value from the drop down.
The strange thing is , its working in fire Fox.Also we could not even replicate in IE on our end.
the code that gets executed in java script when a value is selected in a drop down
document.getElementById('GLSpan').innerHTML = pnumArr[0];
document.getElementById('GLCheckbox').style.display ='inline';
GLSpan is a span element GLCheckbox is a check box element
Any ideas would be appreciated