On 6 Jun 2006 at 16:14, Steven R. Spilatro wrote:

> Angel,
> I'm sure that all of you have little time available for bringing a
> newbie 'up to speed', so your help is much appreciated. 

It's a pleasure to help.

> The folder
> "type" is identified as a "compressed (zippered) folder".  I see no
> extension, under properties or when under 'details' view.

Which is your operating system? I am convinced that you have the right JAR file, but your system is confusing you because of some file association or "clever" view. There shouldn't be a folder, just a file. And don't uncompress it!
Probably it is OK and should work.


On 6 Jun 2006 at 15:39, Steven R. Spilatro wrote:

[snip]
> and jmol-new in the same directory as the following simple html file.
>
> <html>
> <head>
> <script language="_javascript_" src="">
> </head>
> <body>
> <script language="_javascript_">

jmolInitialize("./")

>   jmolApplet(500)
> </script>
> </body>
> </html>

Jmol must always be initialized; I have written the command between yours ( ./ means the current directory, where you have the applet.jar).
Oh, sorry! Forget that; I see that Bob's proto should work without the initialization. But the error sounds like that. Maybe try the other syntax Bob gives,
jmolInitialize("./", "JmolAppletProto.jar")


Usually not important for it to work, but try to get used to
      <script type="text/_javascript_">
instead fo the deprecated
      <script language="_javascript_">

_______________________________________________
Jmol-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jmol-users

Reply via email to