View Single Post
Old 05-12-2003, 12:15 AM  
Validus
Confirmed User
 
Industry Role:
Join Date: Jul 2001
Location: Calgary, Canada
Posts: 4,012
Hm, ok. I am still confused about it.

on how to implement that code...

Here is more of my script...


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>"
Validus is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote