in reply to Howto Include JavaScript to CGI.pm Script

I opened the "Error Console" in the "Tools" menu in Firefox and it showed the following error:

Error: checBoxClick is not defined Source File: http://defiant.i2r.a-star.edu.sg/~ewijaya/MotifVoter/cgi- +bin/mv_dispatch_js.cgi Line: 1

Guess what, you simply mistyped the function name :)

-onClick=>"checBoxClick()",

should be

-onClick=>"checkBoxClick()",