Jump to content

[SOLVED] object doesn't support this property or method


SchweppesAle

Recommended Posts

seem to be receiving the same error message on multiple pages(under IE).  the line: and char: references don't seem to match up with any object tags though.  I was hoping someone could point out what's causing the problem.

 

url:

http://www.theprogressiveaccountant.com/management-features/

 

that's just one example though.

 

Unfortunately, baffling error messages are what IE is known for.  Double unfortunately, I didn't get any errors in FF, so I can't use Firebug to point me in the direction of where your error lies.

 

I'm guessing, since the error is being reported right at the beginning of the document, that either it's choking on some library/framework code, or one of the initial lines of your code.  Specifically, I'd look to see if the Mootools addEvent function is behaving properly.  You should also double-check that your various bits of library code can co-exist with one another.  There's a chance that there's a pesky interoperability issue that IE can't resolve.

 

If the problem persists, the only thing I can suggest is to create a fresh page as a test bed.  Add each external .js file to it and test it before moving to the next.  As you slowly rebuild your code in that test page, you should be able to detect when the error pops back up, which should (hopefully) give you an idea of what the culprit is.

Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.