What i am trying to do is to make a like that sends some info to next page so that PHP could use query for the deta sent.
OK here is how the hyper link looks like and i want it to send some variable to next page:
<a href="index.php" onClick="window.open('./Someting.php', 'newwindow', 'height=720,width=520,toolbar=no,menubar=no,scroolbar=no,resizable=no,location=no,directories=no,status=no'); return false;">
Item Description Click Here
any help on how would i send and variable containg the item # to next page... :cool: