Hello
Is there any way by which you can call the Post method of a servlet from
an anchor.By default it always calls the Get method and the code
<a href = "http://32.72.105.2:8080/servlet/servletName" methods = "Post">
tries to call the get method of the servlet

Arnab