Calling servlet from hyper link

I'm new to web but profesional in J2SEIs there any possibility to click at <a href=...> and send request to servlet I don't have Jscript knowledge so please do me favor and write me code if possible, I just think something like doClick or...thank you
[286 byte] By [RezaRavasizadeha] at [2007-10-2 17:51:38]
# 1
Just try.. <a href="<%=request.getContextPath()%>/nameOfUrServlet">HTH?~Gaurav
gauravda at 2007-7-13 19:09:58 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...
# 2
Thank you today I will test it and inform here if it not work.
RezaRavasizadeha at 2007-7-13 19:09:58 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...