Properties of radio button arrays

Explorer Mac and Safari don't allow you to read properties of radio button arrays.

Start the test. This script sets a relatedMessage property on the entire radio button array (document.forms[0].elements['test']). It also sets click events on the radios which allow you to read out the property.

Explorer Mac and Safari execute the test script without problems but don't show the value of the property.

1
2
3