View Full Version : CSS Popup Problems


hyun_woo
12-03-2003, 07:26 PM
Adobe Golive 6 keeps putting referencing this to a local directory if I change it to reference the web server it won't work. I'm trying to have the imagemap popup a new browser window.

<script type="text/javascript" src="file:///C:/Documents%20and%20Settings/Owner/Application%20Data/Adobe/Adobe%20GoLive/Settings/JScripts/GlobalScripts/CSScriptLib.js">

[FULL CODE]
<csactions>
<csaction name="3F43C2413" class="Open Window" type="onevent" val0="main.html" val1="" val2="0" val3="0" val4="true" val5="true" val6="true" val7="true" val8="true" val9="true" val10="true" urlparams="1"></csaction>
</csactions>
<csscriptdict import>
<script type="text/javascript" src="file:///C:/Documents%20and%20Settings/Owner/Application%20Data/Adobe/Adobe%20GoLive/Settings/JScripts/GlobalScripts/CSScriptLib.js"></script>
</csscriptdict>
<csactiondict>

fruitcake
12-05-2003, 03:42 AM
Change your path to what comes after your html document:
ie: You have your page.html, and your script file is in a folder called script- change the src to script/CSScriptLib.js
If the program keeps switching it back to the local path, after you're all done your page, open up the code in Notepad and edit this one part in there.