Ver Mensaje Individual
  #5 (permalink)  
Antiguo 23/08/2004, 10:11
Avatar de Xphoenix
Xphoenix
 
Fecha de Ingreso: abril-2004
Mensajes: 96
Antigüedad: 20 años, 1 mes
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>