Oh!!
That is my careless mistake!
I would uncheck the box when the box is checked for example.
That solution cannot work on the javascript.
"Bogdan Stancescu" <[EMAIL PROTECTED]> ¼¶¼g©ó¶l¥ó [EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> This is only part of the solution, but you should be aware t
This is only part of the solution, but you should be aware that "==" is
a comparison operator whereas "=" is the assignment operator.
Bogdan
Killer Angel Clark wrote:
>I add a checkbox in my page and will use the check result on another page.
>If it is checked, it has no problem. However, if i
I add a checkbox in my page and will use the check result on another page.
If it is checked, it has no problem. However, if it is not checked, it will
have the checkbox unknown error.
I read from an article that I can add a hidden field with the same name of
the checkbox and put a value on this hi