Results 1 to 5 of 5

Thread: Grrrr Javascript

  1. #1

    Grrrr Javascript

    At the moment I'm working on this webpage for the AICD, but I can't seem to get rid of this javascript error! The page is set up with 3 frames for top, side and middle(content), and I'm still not sure which frame is causeing the trouble either, but my guess would be te middle frame, since the error doesn't occur on most pages. This site was designed in Adobe Golive. This error isn't very big on windows 2000, only displaying a little error icon in the bottom left corner of the screen. But on XP, it pops up a big error msg, which doesn't look very good for the clients =/

    Here is a page where the error occurs : http://203.102.137.145/0fra/a/fa6.html

    Any advice or fix's would be greatly appreciated!

  2. #2
    Senior Member
    Join Date
    Oct 2002
    Posts
    112
    This is the error that I got when I visited your page..
    If you receive something that says \'Send this to everyone you know,\' pretend you don\'t know me.

  3. #3
    I looked at most of the icons and it didnt give me a error message or anything.It seemed to be working fine.

  4. #4
    Senior Member The Old Man's Avatar
    Join Date
    Aug 2001
    Posts
    364
    Your gateway coding appears to be clean, however you will find the error somewhere that you have an "Event", like maybe "onclick", or "onload" or something similar either in your CSSScriptLib.js file or on one of your sub-pages: When you call up an event you must "define" the event. I also get the error popup when i visit your URL, but on mine it blames a runtime error on line 1437, which of course does not exist on your index page which is only about 50+ lines.
    But then, on the other hand, i may be all wrong. There are a lot smarter webmasters around here than i am, maybe one of them will pinpoint the problem for you. Good Luck.

  5. #5
    Senior Member
    Join Date
    Nov 2002
    Posts
    174
    Line 1438 has the following command that is not inside a funtion (it's right inbetween two other functions:

    window.captureEvents(Event.ERROR);

    It's in your CSScriptLib.js file

    Hope this helps

    Oh, and btw, I didn't get any error in Win2k.
    Mike Reilly
    bluebeard96@yahoo.com

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •