Java Script Error

  • Thread starter Thread starter BWB-OUTWEST
  • Start date Start date
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?
 
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.
==============================================
 
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.
==============================================
 
Back
Top