Hi,
Thanks for the bug report.
It's tough getting the patterns (regular expressions) exactly right for all the possibilities.
As a workaround, move your "onclick" attribute to the beginning:
That should avoid the problem.HTML Code:<input onclick="MyFunction(this.name,this.checked)" name="InputName" type="checkbox" value="CheckedValue" >
We'll try to get a fix out ASAP.


Reply With Quote
Bookmarks