heya,

i've gotten Jmol working on my local webserver, but when i open the HTML page
that has the Jmol window embedded in it, a dialog box pops up that has HTML code
in it. the content of the box is like so:

<applet name='jmolApplet0' id='jmolApplet0' code='JmolApplet'
archive='JmolApplet.jar'
...(a list of the default parameter settings, line by line)...
</applet>

the applet runs just fine once i click OK on the dialog box that pops up. below
is the HTML content of the demo.html file i'm using:

<html>
  <head>
    <title>Simple example</title>
    <script src="../jmol-10.00/Jmol.js"></script>
  </head>
  <body>
    <script>
      jmolInitialize("../jmol-10.00"); // REQUIRED
      jmolApplet(200, "load ../molecules/caffeine.xyz");
    </script>
  </body>
</html>

it may be worth noting that the webserver i'm using is an openbsd 3.7-stable
machine and the client machine is winxp pro. i just want to have the dialog box
go away. thx for reading, all suggestions welcome.

cheers,
jake


-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642
_______________________________________________
Jmol-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jmol-users

Reply via email to