View Single Post
Old 05-12-2003, 12:11 AM  
Validus
Confirmed User
 
Industry Role:
Join Date: Jul 2001
Location: Calgary, Canada
Posts: 4,012
Quote:
Originally posted by michaelw
$target is the page youre opening..

my suggestion would be to change $target to point to a php page, right now its opening up just the picture..

make it open something like
$target = "page.php?image=thumb$jpegs[$picnum]"

then make a new php script page.php, and make it show whatever image was passed - ie
PHP Code:
echo "<img src=\"$image\" border=\"0\">"
ahhh.. nice.. ok.. let me try... thank you!
Validus is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote