Ver Mensaje Individual
  #2 (permalink)  
Antiguo 06/02/2008, 17:17
Surfiction
 
Fecha de Ingreso: enero-2008
Mensajes: 132
Antigüedad: 16 años, 3 meses
Puntos: 6
Re: Ayuda Urgente, Mi Vida Corre Peligro.

$tam=getimagesize("link de la imagen");
$ancho = $tam[0];
$alto = $tam[1];

echo "<script>window.open(\"link de la imagen\",\"nombre\",\"width=$ancho, height=$alto\")</script>";

Espero te sirva...

Última edición por Surfiction; 06/02/2008 a las 17:23