applet怎样打开?
我查阅资料后知道applet可以有两种方法打开:1: 用appletviewer打开html文件.
2:直接双击html文件,在web浏览器中运行applet..
但是,第二种方法我却怎么也无法运行啊,是什么问题啊?
2006-03-06 21:41
写入html中<html>
<head>
</head>
<body>
<applet class="***" width="300" height=" ">ok</applet>
</body>
</html>

2006-03-06 23:56
2006-03-07 10:30
谢谢啊!我试哈!
2006-03-07 12:40
2006-03-07 23:25
2006-03-08 11:20
还有一点,你要安装了JAVA运行时环境,你的IE才可以看到applet的
怎么知道是否安装的了java 的环境?
ie不是都安装了么额?

2006-06-27 10:02
2006-06-27 10:20
2006-07-03 09:52
2006-07-03 09:53