View Single Post
Old 09-04-2006, 05:53 AM   #4 (permalink)
Bansaw
Inactive
 
Join Date: 09-04-06
Posts: 10
iTrader: 0 / 0%
Latest Blog:
None

Bansaw is liked by many
aha!

Actually, its one of those rare times when I solved this myself.
It appears that GoLive was including the javascript source from the local HD.
I just had to upload the .js file to the local dir on the server:s

ie:
<csscriptdict import="import">
<script type="text/javascript" src="c:\scripts\CSScriptLib.js"></script>
</csscriptdict>
<csactiondict>
<script type="text/javascript"><!--
var preloadFlag = false;
function preloadImages() {
if (document.images) {
pre_Hotel_Over = newImage('Hotel_Over.gif');
preloadFlag = true;
}
}

// --></script>
</csactiondict>
Bansaw is offline   Reply With Quote