Hi all,
I would like to do the following; hope someone can help me out. I have an input field in a webpage in which I can enter a variable (name="VAR"
.
Now, by clicking on a href link (not a button!), I would like to pass this variable (together with some fixed parameters) to a host. So the complete GET string should be:
Can someone please complete/modify the values that I need to put in the attributes of the <a> element? Do I need additional scripts?
...
<input type="text" name="VAR" size="8">
...
<a href=" onclick="???">
...
Thanks in advance
jeroen
I would like to do the following; hope someone can help me out. I have an input field in a webpage in which I can enter a variable (name="VAR"
Now, by clicking on a href link (not a button!), I would like to pass this variable (together with some fixed parameters) to a host. So the complete GET string should be:
Can someone please complete/modify the values that I need to put in the attributes of the <a> element? Do I need additional scripts?
...
<input type="text" name="VAR" size="8">
...
<a href=" onclick="???">
...
Thanks in advance
jeroen