he is not asking to invoke a servlet with an applet but an applet with a
servlet, thats completely different and not possible.
what you can do is send information that when evaluated would cause an
applet to do stuff but the servlet is not the driver behind that, the applet
is polling for commands.
chanoch
-----Original Message-----
From: Vikas [mailto:vikas@r...]
Sent: 15 April 2001 11:33
To: Servlets
Subject: [servlets] Re: Query-Pleeease help
Faisal ,
Actually it is not necessary that a servlet be invoked only
by an applet. It could be done by a plain html too.
Like any server side script , the invokation mechanism is
very much the same (except that the call is now routed to
the Servlet engine).
What the servlet does , is to it .It may send across a Applet embeeded HTML
or simply another static HTML which may invoke the same or different servlet
or do nothing at all.
Cheers
-vikas