📄 popupcalculatorapplet.html
字号:
<HTML>
<TITLE>A Calculator</TITLE>
<BODY>
Click this button to pop up a calculator.
<!--"CONVERTED_APPLET"-->
<!-- CONVERTER VERSION 1.0 -->
<SCRIPT LANGUAGE="JavaScript"><!--
var _info = navigator.userAgent; var _ns = false;
var _ie = (_info.indexOf("MSIE") > 0 && _info.indexOf("Win") > 0 && _info.indexOf("Windows 3.1") < 0);
//--></SCRIPT>
<COMMENT><SCRIPT LANGUAGE="JavaScript1.1"><!--
var _ns = (navigator.appName.indexOf("Netscape") >= 0 && ((_info.indexOf("Win") > 0 && _info.indexOf("Win16") < 0 && java.lang.System.getProperty("os.version").indexOf("3.5") < 0) || (_info.indexOf("Sun") > 0) || (_info.indexOf("Linux") > 0)));
//--></SCRIPT></COMMENT>
<SCRIPT LANGUAGE="JavaScript"><!--
if (_ie == true) document.writeln('<OBJECT classid="clsid:8AD9C840-044E-11D1-B3E9-00805F499D93" WIDTH = 80 HEIGHT = 20 ALIGN = MIDDLE codebase="http://java.sun.com/products/plugin/1.1.1/jinstall-111-win32.cab#Version=1,1,1,0"><NOEMBED><XMP>');
else if (_ns == true) document.writeln('<EMBED type="application/x-java-applet;version=1.1" java_CODE = "PopupCalculatorApplet.class" WIDTH = 80 HEIGHT = 20 ALIGN = MIDDLE pluginspage="http://java.sun.com/products/plugin/1.1.1/plugin-install.html"><NOEMBED><XMP>');
//--></SCRIPT>
<APPLET CODE = "PopupCalculatorApplet.class" WIDTH = 80 HEIGHT = 20 ALIGN = MIDDLE ></XMP>
<PARAM NAME = CODE VALUE = "PopupCalculatorApplet.class" >
<PARAM NAME="type" VALUE="application/x-java-applet;version=1.1">
</APPLET>
</NOEMBED></EMBED></OBJECT>
<!--
<APPLET CODE = "PopupCalculatorApplet.class" WIDTH = 80 HEIGHT = 20 ALIGN = MIDDLE >
</APPLET>
-->
<!--"END_CONVERTED_APPLET"-->
</BODY>
</HTML>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -