-
1
- #1
What is wrong with this code? Works in IE and not in Netscape..... go figure.... <br><br><br><br><SCRIPT LANGUAGE="JavaScript"><br> function checkInput() {<br> if (document.form.sum.value == 100){<br> form.submit();<br> }<br> else { <br> alert("The total has to equal 100 points!"<br> return false;<br> }<br> }<br> </SCRIPT>