From your applet u can;
.................
URL url = new
URL("http://<host>/<servlet>?<query>");
......................
...url.openStream()...
......................
:do not forget that unsigned applets can only connect
to hosts where they had been downloaded.