PDA

View Full Version : Add a Url Popup to my page


coxie
28th October 2004, 09:03 AM
Q. Can anyone help answer whether I can place a url popup onto my pages. I am editing my pages in an WYSIWYG editor ( Adobe Golive ) and placing a url popup onto the page.

When I generate the site the popup does not appear to work ( links to other pages no functioning). Looking at the source code it looks like the link is looking at my Adobe program for the script? Should the script be placed somewhere else?

Example:

<csscriptdict import><script type="text/javascript" src="file:///C:/Documents%20and%20 Settings/Anthony%20Cox/Application/%20Data/Adobe/Adobe%20Golive/Settings/Jscripts/GlobalScripts/csscriptLib.js"><script></csscriptdict>

bcarroll
29th October 2004, 04:52 AM
The file you are referencing exists on your local PC (c:) rather than the server. You will need to provide the server path in the code rather than a local location

C:/Documents%20and%20 Settings/Anthony%20Cox/Application/%20Data/Adobe/Adobe%20Golive/Settings/Jscripts/GlobalScripts/csscriptLib.js