Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

javascript error on pages from Apache 2

Status
Not open for further replies.

zick79

Technical User
May 19, 2003
40
CA
Hi

I have a problem with my website it works in IIS 5 but in apache 2 some of the pages are giving me yeild sign error. Those 2 site are identical just diferent web server for testing purpose. I am getting error right on the index page from apache
Apache site ver. IIS 5 site ver.
Also, pages like gallery etc. giving me the error. They are the same cause i used template to generate them all. I don't know what can cause it Some pages are OK like: Contact.html

Please help, I am not Web Dev. wise, thx

I use GoLive 6 to create them.

Thx
 
looks like a path problem in this function:

function preloadImagesTmp0054C57A()

in the erroring pages you refer to the path:
over_b_home_nor = newImage(/*URL*/'images/home_b_over.gif');

on the non-erroring the path is:
over_b_home_nor = newImage(/*URL*/'../images/home_b_over.gif');

(although it is a little odd that the .gif is still displayed)


Tracey
Remember... True happiness is not getting what you want...

Its wanting what you have got!
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top