I am trying to create a button that is a link which also passes variable information, but I see that it is not being passed in the url, so it i snot working. Here are the attempts I have made:
<form><input type="button" value="link 1" onClick="myaccount.php?userinfo=0'"></form>
<FORM METHOD='LINK' ACTION='myaccount.php?userinfo=0'>
<INPUT TYPE='submit' VALUE='Details'>
</FORM>
If anyone can show me where i am going wrong that would be appreciated.
You needs to add
location.href