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