Hi,

I am using this script:
http://www.codelifter.com/main/javas...simageurl.html

At some point, you can let the url of the image show with:
onMouseDown="showAddress(this.src)"

It shows like: Http://www.site.com/img/img.jpg

How and what di i need to change, so it doesn't show the base url anymore?

So it's like:
img/img.jpg

THx