Hello everyone,

I am new to jmol applet and am trying to run one of the sample applet
scripts.

It is in the file example1.html which looks like:

<head>
  <title>Simple example for test</title>
  <script src="../Jmol.js" type="text/javascript"></script> <!--  Use your
own path here {#1} -->
</head>
<body>
  <form>
    <script type="text/javascript">
      jmolInitialize("../"); //    Use your own path here {#2}
      jmolApplet(200, "load caffeine_new.mol");
    </script>
  </form>
</body>


My directory structure is as:
.../xyz/test

The following files are in xyz directory: jmol  JmolApplet0.jar
JmolApplet.jar  Jmol.js
The following files are in test directory: caffeine_new.mol  example1.html

When I run the example1.html, the jmol applet tries to come up but it just
says "loading Jmol applet"

Could anyone please suggest me where am I going wrong?

Thanks in advance.

Regards,
Vikash
------------------------------------------------------------------------------
_______________________________________________
Jmol-developers mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jmol-developers

Reply via email to