chat_launcher.html

来自「Its about cryptography example. useful f」· HTML 代码 · 共 18 行

HTML
18
字号
<HTML>

<HEAD>
<TITLE>Secure chat applet</TITLE>
</HEAD>

<BODY>
<H1>Secure chat applet</H1>
<P>
<B>Important note</B> - due to restrictions placed upon Java applets, the chat applet will not work if this HTML page is served from a web server.  It should work if the HTML file + .jar file are loaded from a local hard disk.
<P>
<APPLET	CODE="chat.class" WIDTH=800 HEIGHT=600 ARCHIVE="chat.jar">
</APPLET>

</BODY>

</HTML>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?