Welcome to TalkGraphics.com
Results 1 to 10 of 12

Threaded View

  1. #10
    Join Date
    Aug 2000
    Location
    dusseldorf, germany
    Posts
    305

    Default Re: Script error, I really could use some advice before insanity.

    The library you try to use is YUI from Yahoo.
    Check for lines like:

    <script src="http://yui.yahooapis.com/2.8.1/build/yahoo/yahoo-min.js"></script>
    <script src="http://yui.yahooapis.com/2.8.1/build/dom/dom-min.js"></script>

    If you do not find anything similar, add these two to your <head> tag. If you find them, correct the URL.

    I just read your first post again and it seems that the page in error is not yours. As you looked at the source already, check if you see the reference to yahoo-min.js in their <head> tag. If you find it, copy the URL and try to open it in your browser. If you get a text file with code displayed, the reference is correct and you have disabled javascript in your browser. if the file does not display, the URL is incorrect or cannot be reached for some reason.

    Juergen
    Last edited by juergen; 13 July 2010 at 06:12 AM. Reason: noticed its not your page in error.

 

 

Bookmarks

Posting Permissions

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