<html>
<script language="javascript">
function getImg(){
if(window.envent.srcElement.tagName=="IMG")
alert(window.event.srcElement.src);
}
</script>
<body>
<IMG onclick="" src="/opp/ppp/p">
</body>
</html>
<script language="javascript">
function getImg(){
if(window.envent.srcElement.tagName=="IMG")
alert(window.event.srcElement.src);
}
</script>
<body>
<IMG onclick="" src="/opp/ppp/p">
</body>
</html>