我在浏览器中有一个小程序,它有一个弹出菜单,但是当菜单被触发时,它会从小程序中显示出来。
这是演示代码
<html>
<head>
<title>Test the Applet</title>
</head>
<body>
<script type="text/javascript" src="http://java.com/js/deployJava.js"></script>
<script type="text/javascript">
var attributes= { code:'AppletPopupTest.AppletPopupTest', archive:'AppletPopupTest.jar', width:300, height:300 };
deployJava.runApplet( attributes, null, '1.6' );
</script>
</body>
</html>
此问题仅在使用 firefox 21.0 的 Mac 10.8 上发生。Safari 工作正常。