Ver Mensaje Individual
  #6 (permalink)  
Antiguo 12/05/2002, 16:15
dxx
 
Fecha de Ingreso: mayo-2002
Mensajes: 162
Antigüedad: 21 años, 11 meses
Puntos: 0
Re: Pop-up atractivos

E ESTE TAMBIEN::

<!-- 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">
<!-- Idea by: Nic Wolfe ([email protected]) -->
<!-- Web URL: http://fineline.xs.mw -->

<!-- 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=100,height=200');");
}
// End -->
</script>


<!-- SEGUNDO PASO: Pegue el evento onLoad dentro del tag BODY -->

<BODY onLoad="javascript:popUp('LQA DIRECION DEL ARCHIVO AQUI')">

<!-- Tamaño del Script: 0.73 KB -->