This week's book giveaway is in the General Computing forum.
We're giving away four copies of Arduino in Action and have Martin Evans, Joshua Noble, and Jordan Hochenbaum on-line!
See this thread for details.
The moose likes HTML, CSS and JavaScript and the fly likes null or not an object error in IE works perfectly in Firefox Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


JavaRanch » Java Forums » Engineering » HTML, CSS and JavaScript
Reply Bookmark "null or not an object error in IE works perfectly in Firefox" Watch "null or not an object error in IE works perfectly in Firefox" New topic
Author

null or not an object error in IE works perfectly in Firefox

Phoebe Song
Ranch Hand

Joined: Jan 17, 2002
Posts: 54
I have a method which works fine in FF, however in IE, I get a null or not an object error. Here is the code, IE complain about parameter lp which I pass value from another method.

>
Bear Bibeault
Author and ninkuma
Marshal

Joined: Jan 10, 2002
Posts: 56521
    
  14

Which line?


[Smart Questions] [JSP FAQ] [Books by Bear] [Bear's FrontMan] [About Bear]
Phoebe Song
Ranch Hand

Joined: Jan 17, 2002
Posts: 54
line 13, lp.toLowerCase(), IE complains lp is null or not an object.
Bear Bibeault
Author and ninkuma
Marshal

Joined: Jan 10, 2002
Posts: 56521
    
  14

So what is lp when the error occurs?
Phoebe Song
Ranch Hand

Joined: Jan 17, 2002
Posts: 54
doLoadDictionary function is called by another function, lp is parameter passed from the calling function. Here is the calling function.



last line calls function doLoadDictionary, lp is a string, value is language name.

Phoebe Song
Ranch Hand

Joined: Jan 17, 2002
Posts: 54
Any one know what's the problem?
Bear Bibeault
Author and ninkuma
Marshal

Joined: Jan 10, 2002
Posts: 56521
    
  14

You didn't answer my question. What is the value of lp when it fails?
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: null or not an object error in IE works perfectly in Firefox
 
Similar Threads
Problem in Parsing XML String
charset and pageEncoding in jsp
Ajax: ResponseXML is null
Problem in Parsing XML String
My javascript code is working only in Internet Explorer