User 3ba89c1a00
02-06-2005 22:21:53
I have the following tag in a web page:
<applet codebase="../../../webcontent/marvin" archive="jmarvin.jar" code="JMSketch"
width="300" height="200"><caption>Marvin View from chemaxon.com</caption>
<params>
<param name="mol">../../../webcontent/marvin/molecules/peptide_bond.csmol</param>
<param name="viewonly">true</param>
</params>
</applet>
If one clicks on the molecule it is still editable by clicking the mouse. Single bonds get added. This occurs in Safari 2.0 and Explorer on XP. Am I using the right tag to prevent editing?
Thank you,
Jim Burnette
<applet codebase="../../../webcontent/marvin" archive="jmarvin.jar" code="JMSketch"
width="300" height="200"><caption>Marvin View from chemaxon.com</caption>
<params>
<param name="mol">../../../webcontent/marvin/molecules/peptide_bond.csmol</param>
<param name="viewonly">true</param>
</params>
</applet>
If one clicks on the molecule it is still editable by clicking the mouse. Single bonds get added. This occurs in Safari 2.0 and Explorer on XP. Am I using the right tag to prevent editing?
Thank you,
Jim Burnette