id link the following to appear as a link ....
{ echo ("<a href=javascript:selectWin('info.php?id=$id?page=info.php?id=$id&height=100&width=150',100,150)><img src=info.jpg border=0></a>"); }
however when this linked is clicked on it only returns the info.php page and not info.php?id=1 for example.
any ideas?