You are here: irt.org | FAQ | JavaScript | NotABug | Q1301 [ previous next ]
Affects: 4.x
Can happen if an external .js file does not exist and you try to load it:
<script src="non_existant_external_javascript-source_file.js"></script>
Full message:
"An error has occured in the script on this page" "Line: 1" "Char: 1" "Error: Syntax error" "Code: 0"
Remedy: point to a JavaScript external source file that exists.
Submitted by nutty Miles ;-)