
23/08/2004, 10:11
|
 | | | Fecha de Ingreso: abril-2004
Mensajes: 96
Antigüedad: 20 años, 11 meses Puntos: 0 | |
<html><head>
<script language="JavaScript">
function ventana() {
window.open("ejemplo.html", "_blank", "toolbar=no,menubar=no,directories=no,status=no,re sizable=no,location=no,scrollbars=no")
}
</script>
</head>
<body>
<a href="javascript:ventana()">Abrir ventana</a>
</body></html> |