Results 1 to 3 of 3

Thread: Help!!!

  1. #1
    Join Date
    Mar 2006
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Exclamation Help!!!

    Thanks in advance for ANY help. I've included a link to check my code. I've actually done quite a few simple websites like this and can't figure out what went wrong here. All the links are dead because I was just trying to show the person I'm making it for. The Blowing Sands first page sometimes does the same thing. Are the pic's too big?

    Problems: I wrote it in GoLive 7 and worked fine on a very old computer. Won't work on anything new. Talks about line 17, char 3 alot. Doesn't look bad to me.

    Explanation: Won't work means when mousing over the different corners...the map links work fine but the changing of the back picture doesn't. It's great when it works...my friend hasn't seen it actually work yet. It's the last part of a pretty simple website and would Love to make it work this weekend.

    www.blowingsands.com/julie


    Warmly,
    MK Barr

  2. #2
    Join Date
    Mar 2005
    Location
    SE PA USA
    Posts
    30,495
    Thanks
    82
    Thanked 3,449 Times in 3,410 Posts
    Blog Entries
    12

    Default

    This script link (from your page's source code) is linked to a script on the hard drive of some computer, probably that old computer that you say the page works on:

    Code:
    <script type="text/javascript" src="file:///C:/Documents%20and%20Settings/Administrator/Application%20Data/Adobe/Adobe%20GoLive/Settings7/JScripts/GlobalScripts/CSScriptLib.js"></script>
    You need to replace it with a link to the script on the server. If you haven't uploaded the script to the server, you will need to do that first. There could also be other problems but, this is a major one and needs to be fixed first.
    - John
    ________________________

    Show Additional Thanks: International Rescue Committee - Donate or: The Ocean Conservancy - Donate or: PayPal - Donate

  3. #3
    Join Date
    Mar 2006
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Thank you!

    I really appreciate it. I didn't know something like that would mess it up so randomly.

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
  •