Ver Mensaje Individual
  #5 (permalink)  
Antiguo 25/08/2006, 13:37
Avatar de NUCKLEAR
NUCKLEAR
Moderador radioactivo
 
Fecha de Ingreso: octubre-2005
Ubicación: Cordoba-Argentina
Mensajes: 5.688
Antigüedad: 18 años, 6 meses
Puntos: 890
<!-- DOS PASOS PARA INSTALAR EL JAVASCRIPT:

1. Pegue la primera parte dentro del HEAD de su página HTML
2. Utilice la segunda parte para abrir la nueva ventana -->

<!-- PRIMER PASO: Copie este código dentro del HEAD de su página HTML -->

<HEAD>

<SCRIPT LANGUAGE="JavaScript">
<!-- Begin
function popUp(URL) {
day = new Date();
id = day.getTime();
eval("page" + id + " = window.open(URL, '" + id + "', 'toolbar=0,scrollbars=0,location=0,statusbar=0,men ubar=0,resizable=0,width=300,height=300,left = 362,top = 234');");
}
// End -->
</script>


<!-- SEGUNDO PASO: Utilice el siguiente link para abrir la nueva ventana -->

<A HREF="javascript:popUp('www.ventana.com')">Abrir Ventana Pop Up</A>

Gracias a http://www.bajame.net/downloads-cat561.html depositojs v1.2----
__________________
Drupal Argentina

Última edición por NUCKLEAR; 25/08/2006 a las 13:43