a link to a servlet is fine. just use the url as you would in the browser
navigation button
<a
href="http://www.someserver.com/servlet/MyServlet?myparam=somevalue">follow
this lin to see the output for my servlet</a>
chanoch
-----Original Message-----
From: Zhong-Dan LAN [mailto:zlan@h...]
Sent: 02 May 2001 03:58
To: Java Server
Subject: [pro_java_server] Linking to servlets
Hi, one question:
A link (href) can direct to an HTML or jsp page, but can it
direct to a servlet? I only a submit button in jsp or html can do that,
what do not know how a link can do that.
Thx.
Dan