Hi all,
I'm going to throw myself out of the window, because of this. I've putted a window open function in a php code which should display a picture in large view. When i click the link the linkpage turns into white and on the upper left corner is a message saying "[object]".
Besides - the height of the win open function seemed also not to work because it doubles the height. Can anyone help me ?
Thanx in advance
<?
$image_size = getimagesize(trim($pic_big[1]));
print"<a href=\"javascript:window.open('bigview.php4?pic_b=".trim($pic_big[1])."','".phot."','"."width=".$image_size[0]."','"."height=".$image_size[1]."')\">++ view large ++</a>";
//print"<a href=\"bigview.php4?pic_b=$pic_big[1]&width_p=$image_size[0]&height_p=$image_size[1]\" target=\"_blank\">++ view large ++</a>";
?>