
November 30th, 2001, 02:51 AM
|
|
Junior Member
|
|
Join Date: Dec 2000
Location: toronto, ontario, canada
Posts: 10
Time spent in forums: < 1 sec
Reputation Power: 0
|
|
|
linking to a servlet from a html link
I am new at writing java servlets.
How can I link to a java servlet using html links?
Will the following work?
<a href="<host>:<port>/<class_name>?sessionid=23"> MY LINK </a>
Thanks in advance
|