Hi,
I've got javascript code which uses a basic logical statement to determine whether a checkbox or radio button should be set to checked:
radio.checked = (map.getLayer(d ivId) == map.baseLayer);
Firefox has no trouble with this, but IE6 doesn't check anything!
Any idea why this might be?
Cheers,
Jon
I've got javascript code which uses a basic logical statement to determine whether a checkbox or radio button should be set to checked:
radio.checked = (map.getLayer(d ivId) == map.baseLayer);
Firefox has no trouble with this, but IE6 doesn't check anything!
Any idea why this might be?
Cheers,
Jon
Comment