View Single Post
Old 05-11-2003, 11:57 PM  
Validus
Confirmed User
 
Industry Role:
Join Date: Jul 2001
Location: Calgary, Canada
Posts: 4,012
Playing with PHP, maybe some help.

I am just playing around with some PHP script I found. Already modified it a little but this part I am just not happy with.

PHP Code:
$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>"
I would like it to open in a new window, as it does now but load the full sized picture within a HTML page, so I can change background color and such things.

Any ideas? I am not a programmer so for me it is just click and type and play and fail? sometimes it works.. but sometimes it doesn?t
Validus is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote