| 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
|
|
|
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
|
|
|
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
|
|
|
You didn't answer my question. What is the value of lp when it fails?
|
 |
 |
|
|
subject: null or not an object error in IE works perfectly in Firefox
|
|
|