javascript question that I cant seem to figure out. Without passing the src through the tag itself <img onclick=findit(this)> how do I find what the src element and src name are through javascript... I was playing around with window.event and all I can get is window.event.target to bring up that its an HTMLImageObject. That's not what I'm looking for. I want to know the objects name so I can modify it. Any ideas?


Reply With Quote
