Log in

View Full Version : Help!!!



MK Barr
03-18-2006, 12:24 AM
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

:confused:
Warmly,
MK Barr

jscheuer1
03-18-2006, 04:43 AM
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:


<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.

MK Barr
03-18-2006, 05:01 PM
I really appreciate it. I didn't know something like that would mess it up so randomly.
:D