I have a user with javascript error in IE 8.
error message:
Null is null or not an object undefined.
Error appears on every web site. I tried to reset IE 8 but error still show up.
I even set security setting and privacy setting to default level. Error isn't resolved.
Should I disable javascript debugging on IE 8 ?
would problem be fixed if I turn off IE compatibility mode in IE 8 ?
- Follow via:
- RSS
- Email Alert
Question
0
Votes
null is null or not an object undefined : javascript error
30th Nov 2009
Answers (5)
1
Vote
null is null or not an object undefined : javascript error
I have seen this error before with IE8 and there are numerous posts for the resolution which for the most part suggest a re-arrangement of the javascript code. And while this may be a suitable resolution for programmers that are writing and publishing the code when the problem is identified, unfortunately it isn't a viable solution for the end-users.
In my instance of providing support for resolving the issue, the quick and dirty solution was to simply remove IE8 and revert back to IE7 which totally resolved the error.
I assisted my client with removal of all JAVA installs (e.g. the JRE and updates) and also IE8, rebooted and reinstalled but the problem was still prevalent. It would appear as though IE8 (sometimes) has a problem with the interpretation of the jscripting or rather interprets it differently than IE7 which causes the problem. Strangely enough, other users running IE8 accessing the same page won't have any issues at all. Which would lead to speculation that there is a specific component that is being used by IE8 which when not installed or configured properly contributes to the issue.
In short, unless you have a undying need to use IE8 for some functionality that you can't acquire in IE7, revert your installation back. Otherwise, you can continue tinkering with IE8 until you acquire an acceptable solution.
Hope this helps you out.
In my instance of providing support for resolving the issue, the quick and dirty solution was to simply remove IE8 and revert back to IE7 which totally resolved the error.
I assisted my client with removal of all JAVA installs (e.g. the JRE and updates) and also IE8, rebooted and reinstalled but the problem was still prevalent. It would appear as though IE8 (sometimes) has a problem with the interpretation of the jscripting or rather interprets it differently than IE7 which causes the problem. Strangely enough, other users running IE8 accessing the same page won't have any issues at all. Which would lead to speculation that there is a specific component that is being used by IE8 which when not installed or configured properly contributes to the issue.
In short, unless you have a undying need to use IE8 for some functionality that you can't acquire in IE7, revert your installation back. Otherwise, you can continue tinkering with IE8 until you acquire an acceptable solution.
Hope this helps you out.
3rd Dec 2009
-1
Votes
try disableing
the jscript debugging..if its end user machines, there's no need to have that on anyways..
if it doesn't stop it, no harm done .. can then try other solutions.
if it doesn't stop it, no harm done .. can then try other solutions.
3rd Dec 2009
Replies
thanks for your tip. I will try to disable script debugging
a_do12@...
4th Dec 2009
There is a saying:
Never Run away from truth...
And the rest you know!
Never Run away from truth...
And the rest you know!
paraqbaji
1st Mar
2
Votes
Clear your Browser Cache
We had the same problem after patching our Web application server, to resolve on the client IE8 computer, Clear the Browser Cache.
Start Internet Explorer then:
1. Press the F12 key (Tools, Developer Tools)
2. Hold Down the key "Ctrl" then "R" (Cache, Clear Browser Cache)
Start Internet Explorer then:
1. Press the F12 key (Tools, Developer Tools)
2. Hold Down the key "Ctrl" then "R" (Cache, Clear Browser Cache)
6th Sep 2011
Replies
Thanks for your tip... Spent almost 2 hours and resolved with your help.
nataraj33@...
1st Aug
Same here...
Atleast the error has stopped! Whew...
Atleast the error has stopped! Whew...
paraqbaji
1st Mar
0
Votes
Not able to open a second window from any of the website
I am not able to open a second window from IE8. It is giving me "'null' is null or not an object" error.Can somebody help me with this.
26th Sep
0
Votes
Javascript error
Wish testing was as thought of as in the past. I love the answers of revert back, uninstall, resinstall. Please bring back the proper values of testing. Companies today do not care about testing, just give me the money
12th Apr

































