mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-16 19:48:18 +00:00
Simple plugin test file
This commit is contained in:
parent
4430b77377
commit
9e55a87942
20
webshell/embed/ActiveX/tests/plugin/calendar.html
Normal file
20
webshell/embed/ActiveX/tests/plugin/calendar.html
Normal file
@ -0,0 +1,20 @@
|
||||
<html>
|
||||
|
||||
<head>
|
||||
<meta http-equiv="Content-Type"
|
||||
content="text/html; charset=iso-8859-1">
|
||||
<meta name="GENERATOR" content="Microsoft FrontPage Express 2.0">
|
||||
<title></title>
|
||||
</head>
|
||||
|
||||
<body language="JSCRIPT">
|
||||
|
||||
<p>This page is designed for Communicator 4.x with the Mozilla
|
||||
ActiveX plugin installed! You also need to have the MS calendar control installed to see anything</p>
|
||||
|
||||
<p><embed align="baseline" border="0" width="200" height="300"
|
||||
clsid="{8E27C92B-1264-101C-8A2F-040224009C02}"
|
||||
param_backcolor="16776960" param_test="lala"
|
||||
type="application/x-oleobject"></p>
|
||||
</body>
|
||||
</html>
|
Loading…
Reference in New Issue
Block a user