where must I warn to activate Java?

User 247a2c5018

03-08-2009 11:14:52

Dear support,


 


Where must I put in this following script to activate Java (for users which have Java and javascript  non activated)?


 


<script LANGUAGE="JavaScript1.1" SRC="marvin/marvin.js"></script>
                                  <script LANGUAGE="JavaScript1.1">
                                  <!--
                                  msketch_name = "MSketch";
                                  msketch_begin("marvin/", 360, 380);
                                  msketch_param("molbg", "#FFFFFF");
                                  msketch_end();
                                  //-->
                                 </script>

ChemAxon 40e8f9506d

05-08-2009 09:19:01

We're sorry for being slow with an answer, a colleague will get to you soon.


Regards,


Annamaria

ChemAxon 7c2d26e5cf

05-08-2009 23:03:39

Insert it into the source code of your web page where you would like to embed the applet.


Please see Marvin Applet examples that demonstrate how applet looks like by embedding into html code.


http://www.chemaxon.com/marvin/examples/applets/sketch/index.html


See especially the first example.


If you use the attached code (where codebase path is "marvin"), the html page has to be in the same folder than the "marvin" directory.


If you use this code and Java has not been installed yet, browser tries to install Java Plugin automatically.