Ver ❯
Herramientas SEO
Tamaño del resultado:
668 x 574
×
Cambiar Orientacion
Cambiar tema, Oscuro/Luz
<!doctype html> <html> <head><title> Ejemplo de Eventos</title> </head> <body> <script language=JavaScript> function linkSomePage_onclick() { alert('Este enlace no lleva a ninguna parte'); return false; } </script> <a href="https://tutorialesenlinea.descargarjuegos.org" name="linkSomePage"> Pincha Aquí </a> <script language=JavaScript> window.document.links[0].onclick = linkSomePage_onclick; </script> </body> </html>