Código:
Помогите, кто может, пожалуйста. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> <head> <title>Get id</title> <script type="text/javascript" src="j/get_id.js"></script> <script type="text/javascript"></script> <script type="text/javascript"> function getIByClass(cls) { var el=document.getElementById('foto1'); alert(el.Id); } </script> </head> <body> <img id="foto1" class = "cl_foto" src="img/despacho.jpg" alt="desp"> <script>getIByClass('cl_foto')</script> </body> </html>