📄 start.html
字号:
<TITLE>EndtoEnd test applet page</TITLE><HTML><BODY><script language="javascript">function encode(form) { document.e2e.update("param1",form.param1.value); document.e2e.update("param2",form.param2.value); form.data.value = document.e2e.done(); form.param1.value = ""; // you really do not want to send this across in clear form.param2.value = ""; // you really do not want to send this across in clear}</script><APPLET ARCHIVE = "EndApplet.jar" CODE = "endtoend.EndtoEnd.class" NAME = "e2e" HEIGHT = 0 WIDTH = 0 ALT = "EndtoEnd Applet"><PARAM name = "pk" value = "AIAAAWYY3nsBnUyLdVZ12UEqSfawVvVRwBBL4Bo1Jq5ZuQjoR03QCLlsXHuswDWy2/TPCHIT+SeHg8yQGSQIcYifha25zcnCHHAvSnO147ZnN3rCXVbGA/fJOYIUxUq+6XQAExXQpZPV9taCdFom89WYEMI8Dda7vlE/WNYkqKkbt4V5BQ==">Browser is not java-enabled!</APPLET><B>Enter two values you want to sent securely.</B><form onsubmit="javascript: return encode(this);" action="endtoend.jsp" method="post"><input type="hidden" name="data">param1 = <input type="text" name="param1"><P>param2 = <input type="text" name="param2"><P><input type="submit" value="Encrypt and Send"></form></PRE></BODY></HTML>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -