ie:
<input type="checkbox" name="YES" id="YES">
Thanks.
--
Harald
Can be the same, it will perhaps screw the mind of the programmer.
--
Evertjan.
The Netherlands.
(Please change the x'es to dots in my emailaddress)
"Evertjan." <exjxw.ha...@interxnl.net> wrote in message
news:Xns9365C505...@194.109.133.29...
> Can be the same, it will perhaps screw the mind of the programmer.
>
> --
--
Harald
Hi,
They may be the same, but watch out: ID's have to be unique, names do not,
like when you are binding two or more radiobuttons into an array by using
the same name, they are not allowed to have the same ID.
Fred