
August 20th, 2001, 09:21 PM
|
|
Contributing User
|
|
Join Date: Jun 2001
Location: Toronto, Ontario, Canada
Posts: 631
Time spent in forums: 7 m 19 sec
Reputation Power: 12
|
|
|
You have two different sources. When the page loads, this is the source for your 'remote' image:
infobarStatic.src = "../images/infobar_image.gif"
Then in the javascript you have:
infobarStatic.src = "/images/infobar_image.gif"
Make sure your paths are right.
|