[rs-commit] r318 - /rs-interop/trunk/src/site/xhtml5/csr/index.xhtml5
rs-commit at redwax.eu
rs-commit at redwax.eu
Sun Mar 1 13:21:06 CET 2020
Author: minfrin at redwax.eu
Date: Sun Mar 1 13:21:05 2020
New Revision: 318
Log:
Add the required object tag to make the demo work.
Modified:
rs-interop/trunk/src/site/xhtml5/csr/index.xhtml5
Modified: rs-interop/trunk/src/site/xhtml5/csr/index.xhtml5
==============================================================================
--- rs-interop/trunk/src/site/xhtml5/csr/index.xhtml5 (original)
+++ rs-interop/trunk/src/site/xhtml5/csr/index.xhtml5 Sun Mar 1 13:21:05 2020
@@ -7,6 +7,7 @@
<link rel="canonical" href="https://interop.redwax.eu/rs/csr/"/>
</head>
<body>
+ <object classid="clsid:884e2049-217d-11da-b2a4-000e7bbb2b09" id="objCertEnrollClassFactory" height="0" width="0"></object>
<section class="spotlight style2 orient-right content-align-left image-position-left">
<div class="content null">
<h2>Certificate Sign Request Demo/Interop</h2>
@@ -158,6 +159,24 @@
<section>
<header>
<h3>
+ Object Tag
+ </h3>
+ </header>
+ <div class="content">
+ <p>
+ The following object tag must be present in the page to embed the
+ <code>objCertEnrollClassFactory</code> and make this accessible from
+ the javascript.
+ </p>
+ <pre>
+<code><![CDATA[<object classid="clsid:884e2049-217d-11da-b2a4-000e7bbb2b09" id="objCertEnrollClassFactory" height="0" width="0"></object>
+]]></code>
+ </pre>
+ </div>
+ </section>
+ <section>
+ <header>
+ <h3>
Javascript
</h3>
</header>
More information about the rs-commit
mailing list