Can anyone advise me of a different way around this problem.
I am wanting to open another browser window height 400px width 400px to display an image.
Can anyone advise me how I can do this, I am using this code but its not right, it is as though javascript is stripping the variable out.
if(!$more_image){
echo "Sorry no other images currently available";
} else {
echo"<a href=window.php?more_image=$more_image onClick=MM_openBrWindow('../window.php','','width=400,height=400')>View</a> ";
}