This repository was archived by the owner on Jan 30, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 14
Expand file tree
/
Copy pathPluginDemo.html
More file actions
43 lines (36 loc) · 1.47 KB
/
PluginDemo.html
File metadata and controls
43 lines (36 loc) · 1.47 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN">
<html>
<head>
<title>Browser Demo</title>
</head>
<body bgcolor="#ffffff">
<center>
<hr size="4" width="70%" noshade>
<p>
<font size="+1">Press the Help button to activate the JavaHelp viewer.</font>
<p>
<!--"CONVERTED_APPLET"-->
<!-- CONVERTER VERSION 1.0 -->
<OBJECT classid="clsid:8AD9C840-044E-11D1-B3E9-00805F499D93"
WIDTH = 70 HEIGHT = 35 codebase="http://java.sun.com/products/plugin/1.1.1/jinstall-111-win32.cab#Version=1,1,1,0">
<PARAM NAME = CODE VALUE = "sunw.demo.browser.HelpButton" >
<PARAM NAME = ARCHIVE VALUE = "jh.jar, browserdemo.jar" >
<PARAM NAME="type" VALUE="application/x-java-applet;version=1.1">
<PARAM NAME = HELPSETURL VALUE ="HolidayHistory.hs">
<PARAM NAME = HELPSETNAME VALUE ="HolidayHistory">
<COMMENT>
<EMBED type="application/x-java-applet;version=1.1" java_CODE = "sunw.demo.browser.HelpButton" java_ARCHIVE = "jh.jar, browserdemo.jar" WIDTH = 70 HEIGHT = 35 HELPSETURL = "HolidayHistory.hs" HELPSETNAME = "HolidayHistory" pluginspage="http://java.sun.com/products/plugin/1.1.1/plugin-install.html"><NOEMBED></COMMENT>
</NOEMBED></EMBED>
</OBJECT>
<!--
<APPLET CODE = "sunw.demo.browser.HelpButton" ARCHIVE = "swingall.jar, jh.jar, browserdemo.jar" WIDTH = 70 HEIGHT = 35 >
<PARAM NAME = HELPSETURL VALUE ="HolidayHistory.hs">
<PARAM NAME = HELPSETNAME VALUE ="HolidayHistory">
</APPLET>
-->
<!--"END_CONVERTED_APPLET"-->
<p>
<hr size="4" width="70%" noshade>
</center>
</body>
</html>