Home Articles FAQs XREF Games Software Instant Books BBS About FOLDOC RFCs Feedback Sitemap
irt.Org
#

Q1301 "An error has occured in the script on this page"

You are here: irt.org | FAQ | JavaScript | NotABug | Q1301 [ previous next ]

Affects: Internet Explorer 4.x 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 ;-)

Feedback on 'Q1301 "An error has occured in the script on this page"'

©2018 Martin Webb