KWIC: hwic.html
File hwic.html, 307 bytes (added by , 16 years ago) |
---|
Line | |
---|---|
1 | <html> |
2 | <head> |
3 | <title>KWIC Applet</title> |
4 | </head> |
5 | <body> |
6 | <h1>KWIC Applet</h1> |
7 | <applet code="org/ersoft/search/KWICApplet.class" |
8 | archive="KWIC.jar" |
9 | width="500" height="400"> |
10 | <param name="default-text" value="hello world" /> |
11 | Your browser does not support applets. |
12 | </applet> |
13 | </body> |
14 | </html> |