I am trying to figure out the code to have a onclick form submission possible from an url link.
I have tryed
<a href="link?variable=X" onclick="document.myform.submit();"> linktext</a>
what I need is a link that will carry all the hidden form fields and this one variable which will be different.
I am pretty much lost here but I am pretty sure javascript can do this
I have tryed
<a href="link?variable=X" onclick="document.myform.submit();"> linktext</a>
what I need is a link that will carry all the hidden form fields and this one variable which will be different.
I am pretty much lost here but I am pretty sure javascript can do this