Ver Mensaje Individual
  #3 (permalink)  
Antiguo 21/04/2004, 04:39
KazuX
 
Fecha de Ingreso: abril-2004
Ubicación: Foz
Mensajes: 1
Antigüedad: 20 años
Puntos: 0
Bueno hola yo tambien soy novato en esto, y buscando para crear una ventana popup de publicidad,informacion,...etc. encontre el siguiente codigo:

En el <head> dandole en la ventana k kieras a html en el frontpage pegas:

<SCRIPT LANGUAGE="JavaScript">
function popUp(URL) {
day = new Date();
id = day.getTime();
eval("page" + id + " = window.open('la direccion de la ventana que quieres que se muestre', '" + id + "', 'toolbars=1, scrollbars=0, location=0, statusbars=0, menubars=0, resizable=0, width=490, height=45, left = 160, top = 270');");
}
</script>

Y en el <body> pegas:

<BODY onLoad="javascript:popUp()">


Esto mostrara la ventana k kieras automaticamente al cargar la pagina.Si kieras mas opciones visita www.iespana.es/texturasweb/home_texturasweb.htm y desgargate gratis el popup maker.