Page is a not externally linkable
korkus2000 - 1:24 pm on Jun 9, 2003 (gmt 0)
I also want to point out that array values have spaces in them like:
document.form1.radio1[ 0 ].checked;
They don't have to have spaces and normally they would look like this:
document.form1.radio1[0].checked;
But the forum has style codes for font sizes and it made the post strange. So I added a space before and after the number to make the post not have different font sizes. I believe that spaces will work in all browsers (It does in IE), but if the array sections don't work for you then take out the spaces.