js: "prog.js", line 21: syntax error
js: var num1=document.forma1.t1.value;
js: ...^
js: "prog.js", line 36: unterminated string literal
js: case "\":
js: ........^
js: "prog.js", line 37: missing : after case expression
js: num4=num1\num3;
js: ....^
js: "prog.js", line 37: syntax error
js: num4=num1\num3;
js: .....^
js: "prog.js", line 37: illegal character
js: num4=num1\num3;
js: ..........^
js: "prog.js", line 38: unlabelled break must be inside loop or switch
js: break;
js: .....^
js: "prog.js", line 39: syntax error
js: }
js: ^
js: "prog.js", line 41: syntax error
js: document.forma1.res.value=num4;
js: .........^
js: "prog.js", line 42: syntax error
js: }
js: ^
js: "prog.js", line 43: unterminated regular expression literal
js: </script>
js: ........^
js: "prog.js", line 45: unterminated regular expression literal
js: </html>
js: ......^
js: "prog.js", line 1: Compilation produced 11 syntax errors.