I am trying to run a javascript for a dropdown menu, I need to access the down.gif from images/down.gif , I have two links from where I need to include this javascript
one link is in index.jsp in root folder and other is /admin/list.jsp. Now the question is if I access the images with location images/down.gif, I can access it from my index.jsp which is in root folder but my admin/list.gsp is able to access these images. How do I specify the absolute path, so from any level my javascript can access the images. I tried /images/down.gif but that does not work -- View this message in context: http://www.nabble.com/Absolute-Image-location-tp21258855s27240p21258855.html Sent from the jQuery General Discussion mailing list archive at Nabble.com.