Hi,
I have two frames and one changes the value in a drop down box in the other.
I have it working on pc ie but when I run it on mac IE it never changes the drop down box. I can get it to print out the correct value on the mac but it won't change it
For the mac section I have:
will print out the correct value (0 or 1) but when I go
it doesn't change the value.
Any help would be appreciated
Thanks,
I have two frames and one changes the value in a drop down box in the other.
I have it working on pc ie but when I run it on mac IE it never changes the drop down box. I can get it to print out the correct value on the mac but it won't change it
For the mac section I have:
Code:
alert(parent.ComboFrame.document.all.item('cboGradeSource').value);
Code:
parent.ComboFrame.document.all.item('cboGradeSource').value = 1;
Any help would be appreciated
Thanks,