Wrox Home  
Search P2P Archive for: Go

  Return to Index  

pro_java_server thread: RE: Linking to servlets


Message #1 by Chanoch Wiggers <ChanochW@w...> on Thu, 14 Jun 2001 17:54:26 +0100
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

  Return to Index