<html> <head> <script type="text/javascript"> function mostrarurl(obj){ alert(obj.src); } </script> </head> <body> <img src=".tu_imagen.jpg" onClick="mostrarurl(this);"> </body> </html>