Ver Mensaje Individual
  #2 (permalink)  
Antiguo 05/07/2002, 09:01
Avatar de akela
akela
 
Fecha de Ingreso: septiembre-2000
Ubicación: Frente a la compu
Mensajes: 660
Antigüedad: 24 años, 5 meses
Puntos: 2
Re: Abrir Ventanas

<!--
function popUp(URL) {
window.open(URL, '" Ventana"', 'toolbar=0,scrollbars=0,location=0,statusbar=0,men ubar=0,resizable=0,width=320,height=240');");
}
// -->
<body>

para abrir tu ventana:
<A HREF="javascript:popUp('tu-pagina.htm')">Abrir Ventana </A>