怎么在servlet中向客户端写个applet?
ema 2004-09-03 09:42:39 pageContext.getOut().write("<applet code="HelloWorld.classs"</applet>");这样写好象不行?另外可不可以一下写一个页面的pageContext.getOut().write("<html>Hello.html</html>"</applet>");象这样把一个Hello.html页面一次写入,而不用一个个输很长串的write代码?拿位大虾知道忘指点。