Bug 470455 - test_database_sync_embed_visits.js leaks, r=sdwilsh
[wine-gecko.git] / embedding / browser / activex / src / plugin / test.htm
blobd214a597dc7e03c97c0339fedf4a2e8e40ba6322
1 <html>
3 <head>
4 <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
5 <meta name="GENERATOR" content="Microsoft FrontPage 4.0">
6 <title>Mozilla Plugin Test Page</title>
7 <link rel="stylesheet" type="text/css" href="mozilla.css">
8 </head>
10 <body>
12 <p>This page is designed for Communicator 4.x with the Mozilla
13 ActiveX plugin installed! You also need to have the MS calendar control
14 installed to see anything</p>
16 <p>This version uses the EMBED tag</p>
17 <p>
18 <!-- The embed tag is used to add controls to the page. The control
19 is specified by its clsid. The width and height parameters specify
20 the control dimensions. The control is initialised with parameters
21 of the form param_SomeControlProperty="value".
22 -->
23 <embed
24 TYPE="application/x-oleobject"
25 ALIGN="baseline" BORDER="0"
26 WIDTH="300" HEIGHT="300"
27 CLSID="{8E27C92B-1264-101C-8A2F-040224009C02}"
28 PARAM_BACKCOLOR="16776960"
30 </p>
32 <p>This version uses the OBJECT tag, with a few different parameter settings.</p>
33 <p>
34 <!-- The object tag is used to add controls to the page. The width and height
35 parameters specify the control dimensions. The control is initialised
36 with parameters
37 of the form param_SomeControlProperty="value".
38 -->
39 <object
40 TYPE="application/x-oleobject"
41 ALIGN="baseline" BORDER="0"
42 WIDTH="300" HEIGHT="300">
43 <param NAME="clsid" VALUE="{8E27C92B-1264-101C-8A2F-040224009C02}"/>
44 <param NAME="backcolor" VALUE="65535"/>
45 <param NAME="firstday" VALUE="2"/>
46 <param NAME="gridcelleffect" VALUE="0"/>
47 <param NAME="showdays" VALUE="true"/>
48 <param NAME="showdateselectors" VALUE="true"/>
49 <param NAME="titlefontcolor" VALUE="000000"/>
50 <param NAME="showhorizontalgrid" VALUE="true"/>
51 <param NAME="showverticalgrid" VALUE="false"/>
52 <param NAME="monthlength" VALUE="0"/>
53 </object>
54 </p>
57 </body>
58 </html>