kusarigama
Technical User
Hi all ,
Does anyone know why I can't send the second variable named "NAME" in my script below ?
Olli
$image_size = getimagesize(trim($pic_big[$mod_num]));
print"<a href=# onClick=\"window.open('bigview.php4?pic_b=".trim($pic_big[$mod_num]."&name=fotoname"."','".phot."','"."width=".$image_size[0]."','"."height=".$image_size[1]."')\">++ view large ++</a>";
Does anyone know why I can't send the second variable named "NAME" in my script below ?
Olli
$image_size = getimagesize(trim($pic_big[$mod_num]));
print"<a href=# onClick=\"window.open('bigview.php4?pic_b=".trim($pic_big[$mod_num]."&name=fotoname"."','".phot."','"."width=".$image_size[0]."','"."height=".$image_size[1]."')\">++ view large ++</a>";