Wasup guys
Im calling this Javascript function in PHP, its doing nothing. It was working b4, now its not. Any suggestions or comments.
The checkbox.js code is fine.
print "<html>";
print "<head>";
print "<SCRIPT type=\"JavaScript\" src=\"checkbox.js\">";
include("checkbox.js");
print "</SCRIPT>";
Code from FORM
print "<form name=\"acctForm\" action=\"http://qcpages.qc.edu/cgi-bin/cgiwrap/amarra3/CS310/showBalance.php\"";
print "onSubmit = \"return validateCheck(acctForm);\" method = \"POST\">";