Enlace externo
ver ejemplo
<script> /******************************* Enlace externo. Por Carlitos. carlosbernad@teleline.es Si usas este script, deja intactas estas líneas (créditos). Vale? También te agradecería un e-mail con tus comentarios. *******************************/ function abre(enlace) { ventana=window.open() ventana.document.write('<html>\n<head>\n<title>Abre con frame</title>\n</head>\n<frameset rows="50,*">\n<frame src="enlacexterno2.htm">\n<frame src="'+enlace+'">\n</html>') } </script> <body> <a href="#" onclick="abre('http://www.google.es')">Abrir</a> </body> ******** Código fuente de enlacexterno2.htm <center>Está viendo un enlace externo a <a href="http://www.tusitio.com" target "_blank">www.tusitio.com</a></center>