Editor Deployment
Last Updated on Friday, March 07, 2008.
Basic Editor Deployment
ChemWriter’s EditorApplet can be deployed using the <object> tag. The code below illustrates how. Learn more
The Code
<!--[if IE]><object classid="clsid:8AD9C840-044E-11D1-B3E9-00805F499D93" codebase="http://java.sun.com/products/plugin/autodl/jinstall-1_4-windows-i586.cab#Version=1,4,0,0"
width="520" height="350"><script>/*<![endif]--><script type="text/javascript">/**/</script>
<!--[if !IE]><!-->
<object type="application/x-java-applet;version=1.4.2" width="520" height="350">
<!--<![endif]-->
<param name="code" value="com/metamolecular/chemwriter/applet/EditorApplet.class">
<param name="archive" value = "http://metamolecular.com/applets/chemwriter.jar">
<param name="persistState" value = "false">
<param name="licenseKey" value="D7D4-1D2B-B43C-078F-ACF9-F1F6">
<a href="/java/">
<img src="/images/java/no_java_display.png"/>
</a>
</object>