I'm having this jss error. Do you know what it means?

JavaScript and client side scripting.

Moderator: General Moderators

Post Reply
User avatar
JellyFish
DevNet Resident
Posts: 1361
Joined: Tue Feb 14, 2006 7:18 pm
Location: San Diego, CA

I'm having this jss error. Do you know what it means?

Post by JellyFish »

Hello, I'm getting this error, in my netscape java script console, and I'm wondering if you might know what it means?
Error: redeclaration of const kIOServiceProgID
Source File: chrome://communicator/content/utilityOverlay.js
I honnestly don't know what this means but if you do then I ask for your help. I'm using an older verson of netscape so I don't know if that matters at all.

Thanks and all help is appreciated.
alex.barylski
DevNet Evangelist
Posts: 6267
Joined: Tue Dec 21, 2004 5:00 pm
Location: Winnipeg

Re: I'm having this jss error. Do you know what it means?

Post by alex.barylski »

EasyGoing wrote:Hello, I'm getting this error, in my netscape java script console, and I'm wondering if you might know what it means?
Error: redeclaration of const kIOServiceProgID
Source File: chrome://communicator/content/utilityOverlay.js
I honnestly don't know what this means but if you do then I ask for your help. I'm using an older verson of netscape so I don't know if that matters at all.

Thanks and all help is appreciated.
Those warnings are so meaningless...

Step through your code with it all commented out, un-commenting each line as you go until you find the guilty line...

Post that line and maybe someone can figure out whats going on :)
User avatar
JellyFish
DevNet Resident
Posts: 1361
Joined: Tue Feb 14, 2006 7:18 pm
Location: San Diego, CA

Post by JellyFish »

Ok I'll do that but, what is it that you want me to do? Should I put a html comment at the top and bottom and I'll be able to see the problem. I don't really understand but I'm sure I will if maybe you gave me an example? Please... :) But then agian thanks for posting.
Post Reply