1、<A href="/YourServletName( with webpath)?param1=XXX&param2=XXX">click to call Servlet</A>
2<FORM method="post" action=""/YourServletName( with webpath)">
 <TABLE>
  <TR><TD><Input type="text" name="param1"></TD></TR>
  <TR><TD><Input type="text" name="param2></TD></TR>
  <TR><TD><Input type="submit"></TD></TR>
 </TABLE>
</form>