1*90af1b4fSAndrew Rist<!--*********************************************************** 2*90af1b4fSAndrew Rist * 3*90af1b4fSAndrew Rist * Licensed to the Apache Software Foundation (ASF) under one 4*90af1b4fSAndrew Rist * or more contributor license agreements. See the NOTICE file 5*90af1b4fSAndrew Rist * distributed with this work for additional information 6*90af1b4fSAndrew Rist * regarding copyright ownership. The ASF licenses this file 7*90af1b4fSAndrew Rist * to you under the Apache License, Version 2.0 (the 8*90af1b4fSAndrew Rist * "License"); you may not use this file except in compliance 9*90af1b4fSAndrew Rist * with the License. You may obtain a copy of the License at 10*90af1b4fSAndrew Rist * 11*90af1b4fSAndrew Rist * http://www.apache.org/licenses/LICENSE-2.0 12*90af1b4fSAndrew Rist * 13*90af1b4fSAndrew Rist * Unless required by applicable law or agreed to in writing, 14*90af1b4fSAndrew Rist * software distributed under the License is distributed on an 15*90af1b4fSAndrew Rist * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY 16*90af1b4fSAndrew Rist * KIND, either express or implied. See the License for the 17*90af1b4fSAndrew Rist * specific language governing permissions and limitations 18*90af1b4fSAndrew Rist * under the License. 19*90af1b4fSAndrew Rist * 20*90af1b4fSAndrew Rist ***********************************************************--> 21cdf0e10cSrcweir<html> 22cdf0e10cSrcweir <head> 23cdf0e10cSrcweir <title></title> 24cdf0e10cSrcweir </head> 25cdf0e10cSrcweir <body> 26cdf0e10cSrcweir <h1>OOoBean used by applet</h1> 27cdf0e10cSrcweir <hr> 28cdf0e10cSrcweir<script type="text/javascript"> 29cdf0e10cSrcweirfunction writeApplet() { 30cdf0e10cSrcweir var office = window.location.search.substring(1); 31cdf0e10cSrcweir document.write("<applet code=\"oooapplet/OOoViewer.class\" archive=\"oooapplet.jar\" width=800 height=600>"); 32cdf0e10cSrcweir document.write("<param name=\"office\" value=\"" + office + "\" >" ); 33cdf0e10cSrcweir document.write("</applet>"); 34cdf0e10cSrcweir} 35cdf0e10cSrcweirwriteApplet(); 36cdf0e10cSrcweir</script> 37cdf0e10cSrcweir <hr> 38cdf0e10cSrcweir 39cdf0e10cSrcweir </body> 40cdf0e10cSrcweir</html> 41cdf0e10cSrcweir 42*90af1b4fSAndrew Rist 43