View Single Post
Old 05-12-2003, 12:18 AM  
Alky
Confirmed User
 
Alky's Avatar
 
Join Date: Apr 2002
Location: Houston
Posts: 5,651
Quote:
Originally posted by Validus
Hm, ok. I am still confused about it.
this way:
PHP Code:

$size 
getimagesize($jpegs[$picnum]);
$target str_replace('%picname%'$jpegs[$picnum], $linkurl);
$output .= "<a href=\"hahahahahahahahahaha:windowHandle = window.open('".$target."','".md5($target.time())."','width=".($size[0]+20).",height=".($size[1]+25).",location=no,resizable=no'); windowHandle.focus();\"><img src=\"thumb$jpegs[$picnum]\" border=\"0\" alt=\"Click to view $jpegs[$picnum]\"></a>";
echo 
$output

Last edited by Alky; 05-12-2003 at 12:20 AM..
Alky is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote