<since_humans_read_this_I_am_spammed_too_m
@spamyourself.com> wrote:
>Hi,
>What is wrong is simply that you use getElementById(), but didn't assign an
>id to the checkbox.
>You only named it. Names are for formelements (name/value-pairs) so the
>receiving script can use them.
>ids are for JS.
>Solution: add the id to the box.
>The reason IE does it 'right' is because IE does it wrong, and confuses name
>with id.
>Regards,
>Erwin Moller
Thanks, Erwin - you're absolutely correct. It works now.