Missing external JavaScript functions?

I'm working with banners, but I have trouble to get my external JavaScrip funtions to run in the banner HTML-code, and it's a bit strange, because it seems to collide with other JavaScript code (or something), because it works in some situations and don't in in other.
But I get "Object expected" from Internet Explorer, but the same code/page work in both Firefox and Operas without problem.
It doesn't matter what the code does, I can use an empty function and does get the same problem.


Answer this question

Missing external JavaScript functions?

  • Sam Hobbs

    Can you give details of the code concerned. If possible a working example of where it is not working. Without that it is difficult to guess what might be happening.

    Thanks
    -Dave



  • Guy F

    Hi. I am having the same problem. If you go to www.molokaisunrise.com and view the source for the first page, you'll notice a script near the top of the page's body. This script handles part of my buttons on each page, and I would like to make it cleaner by linking externally to a standalone script rather than coding it into every page. The result is great in Firefox, but when I try in Internet Explorer, all I get is a blank page with my chosen background. However if I write the code into the page itself rather than linking to it, it works fine in both browsers. Any suggestions

  • Missing external JavaScript functions?