firefox+plugin+jre

来源:互联网 发布:mysql增删改查 面试 编辑:程序博客网 时间:2024/05/01 20:21

<html>
<head>
<script language="javascript">

try{
 if(document.myApplet.isActive()){
  alert("plugin JRE");
 }
}catch(error){
  alert("no plugin JRE");  
}
</script>

</head>
<body>
<applet name="myApplet" id="myApplet"></applet>

</body>
</html>

//run the page in your Firefox, you can see you browser will install jre automatically

原创粉丝点击