You are viewing a plain text version of this content. The canonical link for it is here.
Posted to oro-dev@jakarta.apache.org by df...@apache.org on 2001/05/18 11:23:42 UTC

cvs commit: jakarta-oro/xdocs demo.xml

dfs         01/05/18 02:23:39

  Modified:    xdocs    demo.xml
  Log:
  Changed applet tags to work with Java Plugin in MSIE and Netscape.
  
  Revision  Changes    Path
  1.2       +34 -10    jakarta-oro/xdocs/demo.xml
  
  Index: demo.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-oro/xdocs/demo.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- demo.xml	2001/05/18 08:30:37	1.1
  +++ demo.xml	2001/05/18 09:23:33	1.2
  @@ -1,5 +1,5 @@
   <?xml version="1.0"?>
  -<!-- $Id: demo.xml,v 1.1 2001/05/18 08:30:37 dfs Exp $ -->
  +<!-- $Id: demo.xml,v 1.2 2001/05/18 09:23:33 dfs Exp $ -->
   <document>
   
     <properties>
  @@ -11,16 +11,40 @@
   
       <section name="Demonstration Applet">
   
  +    <p>
  +    This demonstration requires the
  +    <a href="http://java.sun.com/products/plugin/index.html">
  +    Java Plugin</a>.
  +    </p>
  +
       <center>
  -    <applet codebase="classes" code="MatcherDemoApplet.class"
  -     width="400" height="400">
  -    <param name="fontSize"	value="14"></param>
  -    <param name="background"	value="d2b48c"></param>
  -    <hr></hr>
  -	If you can't see the demo applet, please try enabling
  -	Java in your browser.
  -    <hr></hr>
  -    </applet>
  +    <object classid="clsid:8AD9C840-044E-11D1-B3E9-00805F499D93"
  +     codebase="classes/" width="400" height="400">
  +      <param name="code" value="MatcherDemoApplet.class"></param>
  +      <param name="codebase" value="classes/"></param>
  +      <param name="type" value="application/x-java-applet;version=1.3"></param>
  +      <param name="fontSize"	value="14"></param>
  +      <param name="background"	value="d2b48c"></param>
  +
  +      <comment>
  +        <embed type="application/x-java-applet;version=1.3"
  +          codebase="classes/" code="MatcherDemoApplet.class"
  +          width="400" height="400"
  +          pluginspage="http://java.sun.com/products/plugin/1.3/plugin-install.html">
  +	  <param name="fontSize"	value="14"></param>
  +	  <param name="background"	value="d2b48c"></param>
  +      </embed>
  +      <noembed>
  +        <hr></hr>
  +          If you can't see the demo applet, please try enabling
  +          Java in your browser or downloading the
  +	  <a href="http://java.sun.com/products/plugin/index.html">
  +          Java Plugin</a>.
  +        <hr></hr>
  +      </noembed>
  +      </comment>
  +
  +    </object>
       </center>
   
       <p>