![Antiguo](http://static.forosdelweb.com/fdwtheme/images/statusicon/post_old.gif)
18/06/2007, 12:34
|
| | Fecha de Ingreso: mayo-2007
Mensajes: 413
Antigüedad: 17 años, 9 meses Puntos: 0 | |
Re: resolucion de pantalla ola bueno....disculpa mi ignorancia pero coloque esta funcion para cambiar la imagen tb y no funciona ..mira este es el codigo que utilice
function abrir()
{
var alto = 0;
var ancho = 0;
var img = new Image;
img.src = "images/logoCeat1.jpg";
v = open(img.src,"","menubar=no, srcrollbars=no, width="+(img.width+20)+", height="+(img.height+20)+"");
v.moveTo(screen.width/2-img.width/2,screen.height/2-img.height/2);
}
//-->
</script>
y lugo lo cargo en el body con onload=abrir()>
como lo debo hacer??
grasias a todos por leer y ojala puedan ayudar |