Sending an applet

Hi

I am new in servlets. I want my servlet to send html page within an
applet, how can achieve this?
I tried this :
res.setContentType("application/octet-stream");
...
out.println(" <APPLET CODE=" + AppletName + " WIDTH=150 HEIGHT=150> ");

but it doesn't work .

thanks

Adel

Received on Monday, 16 February 1998 13:46:58 UTC