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