![Antiguo](http://static.forosdelweb.com/fdwtheme/images/statusicon/post_old.gif)
18/07/2002, 18:58
|
![Avatar de ceronne](http://static.forosdelweb.com/customavatars/avatar14329_3.gif) | | | Fecha de Ingreso: diciembre-2001 Ubicación: Paris
Mensajes: 990
Antigüedad: 23 años, 1 mes Puntos: 1 | |
Re: Preload ... ¿cómo? para que te lo abra en la misma página cambia tu funcion ESCONDE() asi.
function esconde() {
if (ie) precarga.style.visibility="hidden";
// if(ns) document.precarga.visibility="hide";
document.location = "http://www.canalpublicidad.com/index.htm";
} |