Hi!
How can I send a variable along with this link??
<a href="#" class="links" onClick="MyWindow=window.open
('hardwarelink.php,'MyWindow','toolbar=no,location=no,direct
ories=no,status=no,menubar=no,scrollbars=yes,resizable=no,wi
dth=500,height=500'); return false;">Links</a>
Normaly you couldt just add ?variable="$id" just after the link.
ex. hardwarelink.php?user="$id"
But this link wont accept " or ' around the variable....
My link has to work as a kinda popup window, and at the same time send a variable to the opened window.....
Realy hope someone knows the awnser
------------------------------------
Lars Wolter // Naught
How can I send a variable along with this link??
<a href="#" class="links" onClick="MyWindow=window.open
('hardwarelink.php,'MyWindow','toolbar=no,location=no,direct
ories=no,status=no,menubar=no,scrollbars=yes,resizable=no,wi
dth=500,height=500'); return false;">Links</a>
Normaly you couldt just add ?variable="$id" just after the link.
ex. hardwarelink.php?user="$id"
But this link wont accept " or ' around the variable....
My link has to work as a kinda popup window, and at the same time send a variable to the opened window.....
Realy hope someone knows the awnser
------------------------------------
Lars Wolter // Naught