Código HTML:
<html> <head><title>prueba</title> <script type="text/javascript"> var enlace = document.getElementById("enlace"); alert(enlace.href); </script> </head> <body> <a id="enlace" href="http://www...com">Enlace</a> </body> </html>
¿donde esta el error?
Gracias