I have an image gallery which pops up a window. I need to pass two variables to it, but how would I do that? I am using the following pop up code:
<a href="#"
onClick="window.open('./Gallery/file.php','ImgSrc','width=600,height=400,directories=no,location=no,menubar=no,scrollbars=no,status=no,toolbar=no,resizable=no,left=0,top=0,screenx=50,screeny=50');return false">
<img src="./Gallery/BW/LoRes/bw1.gif" border="0"></a>