source:
hadoop-register/ZTerm.php
@
136
Last change on this file since 136 was 83, checked in by wade, 16 years ago | |
---|---|
File size: 396 bytes |
Rev | Line | |
---|---|---|
[83] | 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.