Java Script Error

B

BWB-OUTWEST

I just encountered a situation where the href paths are showing my local pc
directory paths instead of the correct file paths as the should be on the
server. It seems to affect access to images and DHTML menus. How do I fix
this?
 
T

Thomas A. Rowe

FP can not manage hyperlinks embedded in scripts not created by FP. You will need to use Absolute
URLs (http://www.domainname.com/images/imagename.gif) etc.

--
==============================================
Thomas A. Rowe (Microsoft MVP - FrontPage)
WEBMASTER Resources(tm)

FrontPage Resources, WebCircle, MS KB Quick Links, etc.
==============================================
 
T

Thomas A. Rowe

FP has trouble with leading slashes at time, such as: \images

--
==============================================
Thomas A. Rowe (Microsoft MVP - FrontPage)
WEBMASTER Resources(tm)

FrontPage Resources, WebCircle, MS KB Quick Links, etc.
==============================================
 
Top