Posted by Ja NE on 11/16/05 12:54
g0c <REMOVEg0c@msn.com> wrote:
> basicaly the code on thumbnail page looks like this
>
> print "<img src=\"$f\" alt=\"Open in popup window\" border=\"5\"
> class=\"brub\"
> onClick=\"MM_openBrWindow('pop.php','$photo_name','scrollbars=no,resizable
> =no,width=$width,height=$height')\"/>";
>
>
> pop.php looks something like this ...
>
> print "<img src=\"$photo_name\" width=\"$width\" height=\"$height\"
> border=\"0\">";
>
and on the begining of the pop.php you need:
$photo_name = $_GET['photo_name'];
--
Ja NE
http://fotozine.org/?omen=janimir
--
[Back to original message]
|