View Single Post
Old 05-12-2003, 12:30 AM  
Validus
Confirmed User
 
Industry Role:
Join Date: Jul 2001
Location: Calgary, Canada
Posts: 4,012
Quote:
Originally posted by Alky

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
Now I am really list, don't know if its just because I can't see how that code is different.. or cause I missed something.
Validus is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote