Link to home
Start Free TrialLog in
Avatar of Triggered
Triggered

asked on

Basic Servlet Question.

Hi,

Im wondering can i use an url to link to a servlet instead of the usual form +"post" method...ie can i have something like

URL = "http://dfdfdf/___/Servlet/testservlet"



Thanks in advance,
Triggered
ASKER CERTIFIED SOLUTION
Avatar of Mick Barry
Mick Barry
Flag of Australia image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of Triggered
Triggered

ASKER

Thanks Objects,

just to clarify ,

in a section in my site, i want to be able to call one of three options depending on what the user chooses, so instead of using a FORM and "POST", i just want to have 3 links (1 for each servlet),once the the user clicks the link the servlet code is invoked...so i can do it this way