|
Reference number: CH001032
Internet Explorer error: Done, but with errors on page.
Question:
Internet Explorer error: Done, but with errors on page.
Answer:
User
This error is caused when the page you're attempting
to view has JavaScript or
other script related errors. Because this error is generated by
errors that are in the code. Unless you've access to edit the
page you'll be unable to fix this error. However, the page will
still be visible although may not have all of its intended functionality.
Is this a computer problem or will it cause my
computer problems?
No. As mentioned above this is only an issue with the
webpage you're loading. All other web pages should load normally.
Web designer
If you're the web designer or editor of a page that
is getting this error look at the source code and verify no errors
exist in the JavaScript or
other scripts used. Often this is caused by improper syntax,
incomplete code, or scripts that are not placed in the proper
section of the HTML. For example, some JavaScript's require some
code to be in the <head> portion of the code and other portions be
in the <body>.
|