Bump version to 6.0-36
[LibreOffice.git] / bean / test / applet / oooapplet / example.html
blob036684e24f8c052d2233c30aeac2a57e382c150b
1 <html>
2 <head>
3 <title></title>
4 </head>
5 <body>
6 <h1>OOoBean used by applet</h1>
7 <hr>
8 <script type="text/javascript">
9 function writeApplet() {
10 var office = window.location.search.substring(1);
11 document.write("<applet code=\"oooapplet/OOoViewer.class\" archive=\"oooapplet.jar\" width=800 height=600>");
12 document.write("<param name=\"office\" value=\"" + office + "\" >" );
13 document.write("</applet>");
15 writeApplet();
16 </script>
17 <hr>
19 </body>
20 </html>