.:: Test Page for Image Pop Up Window. Germán Ezequiel Sosa ::.
Test page for the Image Pop Up Class
Author: Germán E. Sosa
This is a link created using the css protection method and the null image.
If GD support is available, the thumbnail is a temporary image sent to browser.
Thumbnail's largest side is 50px long:



Created by: <? $img = new ImgPopUp ($file, 50) ?>



This is a link created using the css protection method and the null image.
If GD support is available, the thumbnail is a temporary image sent to browser.
Thumbnail's largest side is 60px long:



Created by: <? $img = new ImgPopUp ($file, 60) ?>



This is a link created using the css protection method and the null image.
No GD support is used to create thumbnail, even if GD Library is available.
Thumbnail's largest side is 70px long:



Created by: <? $img = new ImgPopUp ($file, 70, 0) ?>



This is a link created using the the classic img tag.
No GD support is used to create thumbnail, even if GD Library is available.
Thumbnail's largest side is 80px long:



Created by: <? $img = new ImgPopUp ($file, 80, 0, 0) ?>



This is a link created using the the classic img tag.
If GD support is available, the thumbnail is a temporary image sent to browser.
Thumbnail's largest side is 90px long:



Created by: <? $img = new ImgPopUp ($file, 90, 1, 0) ?>