From: Evertjan. on
Kabindra wrote on 21 jan 2010 in comp.lang.javascript:

> 2.) use
> if (document.oform.inks1.checked == true)

Which is the same as:

if (document.oform.inks1.checked)

Why this testing

if (true == true)

and

if (false == true)

?

--
Evertjan.
The Netherlands.
(Please change the x'es to dots in my emailaddress)