Page 1 of 1

Mystery: Line Error msgs

Posted: Sat May 27, 2006 4:59 pm
by Fusion
I have been giving some tech support help to a friend/neighbor, but they have encountered something that we don't know what they mean, nor how to correct. Here is a sample list of the msgs she wrote down. I am open to any possible solutions(w/in reason of course) Browser in question is IE, ver unknown. Just updated Java, so we know that isn't a cause.

Website: Hotmail.com:
Line 31,33,35 'Menuobj' is undefined
Line 24 Object expected

Website:DBM(Online school course)
Line 0 'document.forms.o.browserlang' is null or not an object
Line 535 object expected

Website: unknown
Unterminated String Constant 2-489
Invalid Argument 2-1
Line 1750 'webmaster' is undefined

Website: Skillport(don't know what that is for them)
Line 66 obnject doesn't support this property or method
Line 199,197,245 'isn.10' is null or not an object

Website: Webshots
Line 489 Undetermined String constant
Line 476 Undetermined string constant

Website:Google.com
Line 199 'isn.10' is null or not an object


Any clues?

Fus

Posted: Sun May 28, 2006 1:51 am
by Jeff250
Java != Javascript. The latter appears to be the culprit. It's been a while since I've had to deal with Internet Explorer, or Windows for that matter, but IIRC it uses something called \"Windows Script\" to parse Javascript. Try reinstalling this: http://www.microsoft.com/downloads/deta ... laylang=en
Good luck, because you're going to need it.

Posted: Sun May 28, 2006 2:42 pm
by Fusion
Jeff250 wrote:Java != Javascript. The latter appears to be the culprit. It's been a while since I've had to deal with Internet Explorer, or Windows for that matter, but IIRC it uses something called "Windows Script" to parse Javascript. Try reinstalling this: http://www.microsoft.com/downloads/deta ... laylang=en
Good luck, because you're going to need it.
What does this app do? Would it be a good idea to upgrade their IE, or switch to an alt browser?

Here is another one that they get
Website: msn.com
Image

Fus

Posted: Sun May 28, 2006 2:57 pm
by Krom
Something has broken their javascript, easiest solution is to just hide it, see if this helps.
Image

Posted: Sun May 28, 2006 7:34 pm
by Fusion
Thx Krom...Where do I go to get to that screen?

Fus

Edit:NM Krom, found the screen. Hopefully it will do the trick. Find out next time I am over there.

Fus

Posted: Mon May 29, 2006 8:19 pm
by Fusion
Thx Krom,

That did the trick. :D (on the msn.com error msg) If it shows up on them elsewhere, I will post.

Fus

Posted: Mon May 29, 2006 8:30 pm
by Krom
Keep in mind that didn't really fix it, all it did was hide the error messages. But as long as the pages work you don't really care right? :P

Posted: Mon May 29, 2006 11:51 pm
by Fusion
Krom wrote:Keep in mind that didn't really fix it, all it did was hide the error messages.
Krom-
Ok, how do you perma fix the issue, use Jeff250's D/L linky?

Fus

Posted: Tue May 30, 2006 5:35 am
by fliptw
make sure they are running the latest version of IE, in other words, make sure they have all the latest patches installed.

alternatively, introduce them to another browser.

Posted: Tue May 30, 2006 4:10 pm
by Jeff250
Fusion wrote:Ok, how do you perma fix the issue, use Jeff250's D/L linky?

Fus
A good chance. No way to know until you try. But it is what IE uses to interpret Javascript.