Bob,
I've followed your instructions. Entering any of the five suggested strings in the command line box fails to have any effect. I can cycle back and forth between either of the view.htm pages and the moveto.htm without any changes in behavior.
Bill


Bob Hanson wrote:

Well, this is probably a problem that is beyond my capabilities to get around. Still, if this is a general problem, then it's good to get it noted now so that we can think about how to get around it if necessary in the future.

Applet background: the applet background is SUPPOSED to be black. I wonder why it would ever be white on Safari. Miguel?

Page order: What you are saying is that the scripts for highlignting atoms are either not running (the JavaScript stops before that) or the applet is not being found. The fact that you have coordinates and that they are coloring suggests that the applet is generating callbacks. So the implication is that the script command is not firing. If that is the case, then my sendscript() function is not working, either because the setTimeout() is malfunctioning -- no, you say both pages malfunction -- or because the .script() command is not working.

OK, if you can stand to test this any more, I would ask you to do this:

1) start view.htm and then moveto.htm, so that moveto.htm is not working.

2) at the command line for moveto.htm, type the following and let us know what happens:

javascript:alert(document.jmol)

javascript:alert(document["jmol"])

javascript:alert(document.jmol.script("background red"))

javascript:alert(document["jmol"].script("background green"))

javascript:alert(showscript(0,0,"background white"))


Bob





------------------------------------------------------- SF email is sponsored by - The IT Product Guide Read honest & candid reviews on hundreds of IT Products from real users. Discover which products truly live up to the hype. Start reading now. http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click _______________________________________________ Jmol-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/jmol-users

Reply via email to