--On Monday, September 13, 2004 12:06 PM -0400 Miguel <[EMAIL PROTECTED]> wrote:
Your file Support/JmolShell.js has some bad characters in it on lines 111 and 112. That prevents me from running.
Hmmm....
The code around there is:
=======================
// Used by HelpHTML definition (only)
function GetTblRw(txt1,txt2)
{
return "\<tr align=\"left\" valign=\"top\"\>"
+ "\<td\>" + txt1 + "\<\/td\>"
+ "\<td\>" + txt2 + "\<\/td\>"
+ "\<\/tr\>";
}// =======================
// Figure out which browser is running =======================
I can't figure out what is wrong. This runs on both Macs and PCs here...
How can I get information from the Java applet using JavaScript? Specifically, I'd like to put up a window that parses Jmol replies from user actions: id'ing atoms, getting distances, etc.?
The only mechanism that currently exists is to parse the output from the MessageCallback handler. It is not pretty, but it is generally Chime-compatible.
I can't find documentation for accessing MessageCallback from Javascript...
Craig Martin Chemistry, LGRT 701 545-3299
http://www.chem.umass.edu/~cmartin
-------------------------------------------------------
This SF.Net email is sponsored by: YOU BE THE JUDGE. Be one of 170
Project Admins to receive an Apple iPod Mini FREE for your judgement on
who ports your project to Linux PPC the best. Sponsored by IBM. Deadline: Sept. 13. Go here: http://sf.net/ppc_contest.php
_______________________________________________
Jmol-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jmol-users

