Tricky link.....need help

liunx

Guest
Hi!<br />
<br />
How can I send a variable along with this link??<br />
<br />
<a href=http://www.htmlforums.com/archive/index.php/"#" class="links" onClick="MyWindow=window.open('hardwarelink.php,'MyWindow','toolbar=no,location=no,directories=no,status=no,m enubar=no,scrollbars=yes,resizable=no,width=500,height=500'); return false;">Links</a><br />
<br />
<br />
Normaly you couldt just add ?variable="$id" just after the link.<br />
<br />
ex. hardwarelink.php?user="$id"<br />
<br />
But this link wont accept " or ' around the variable....<br />
<br />
My link has to work as a kinda popup window, and at the same time send a variable to the opened window.....<br />
<br />
Realy hope someone knows the awnser :)<!--content-->have you tried just ?variable=1 ? without any syntactical **** around the value?<br />
<br />
hardwarelink.php?variable=1<!--content-->ex. hardwarelink.php?user=$id<!--content-->
 
Back
Top