Can we click a link and it will submit the form to the other page?
Usually we will submit the
form to other page by clicking a submit button.
Now I need to do the following, but what if I have many data in the
form? Any workarounds?
<a href="http://myserver/index.jsp?name= test&actionType =test"
target="_blank" >Add New Document</a>
Please advise. thanks!!
Usually we will submit the
form to other page by clicking a submit button.
Now I need to do the following, but what if I have many data in the
form? Any workarounds?
<a href="http://myserver/index.jsp?name= test&actionType =test"
target="_blank" >Add New Document</a>
Please advise. thanks!!
Comment