I would say your problem is getting the web page to update from
a applet. This is a nonsense because you will force the enitre applet
to also reload as the web page reload!!
But if you use frames then you need to force the applet to display
the web frame after invoking the servlet. I don't think
Hi,
I was trying to connect to a servlet through an applet.I created an html
page with two frame.At the top frame the applet was embedded and in the bottom
frame the servlet was server side included.I used the GET method to
communicate to the servlet.So in the init method of the applet I added