source: hadoop-register/ZTerm.php

Last change on this file was 83, checked in by wade, 15 years ago
  • 增加 zterm.jar
File size: 396 bytes
Line 
1<html>
2<head>
3<title>ZTerm Applet</title>
4<Script>
5  function callApplet()
6  {
7    windows.document.w_zterm.getJavaScriptVar("hadoop008", "JjF!HKcM");
8  }
9</Script>
10</head>
11<body>
12  <applet code=org.zhouer.zterm.ZTerm.class name="w_zterm" width=100% height=100% archive=ZTermApplet.jar>
13    <param name="p1" value="hadoop008">
14    <param name="p2" value="JjF!HKcM">
15  </applet>
16</body>
17</html>
Note: See TracBrowser for help on using the repository browser.