php can help, but remember, PHP only outputs HTML code to the browser... it
can't actually resize the window, because that's a client-side thing like
javascript.

but you can find out the x and y of an image with
http://www.php.net/manual/en/function.getimagesize.php

Then use this information in a javascript which resizes the browser window.


Of course for the javascripts, you'd need to ask a JS list, and remember
that not everyone has javascript, and not everyone enjoys the web developer
resizing their windows and 'taking control' of their browsers :)


Justin


on 17/01/03 12:37 PM, Ezequiel Sapoznik ([EMAIL PROTECTED]) wrote:

> Hi!
> 
> Is there anyway in php to fit the window to the size of an image?
> 
> Thanks!
> 
> Ezequiel
> 
> 


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to