Please check
http://www.stolaf.edu/people/hansonr/jmol/test/proto/nocallback.htm

If this works, it is a breakthrough. If not, well, just another fun morning.
Two new ideas here:

1) using jmolScriptWait() to wait for applet load completion prior to continuing.
2) using a new parameter idea with the applet object:

<param name="statusForm" value="myformname">

What this does is provide a new mechanism for applet/JavaScript communication.
Instead of the applet calling a function for callbacks, instead of the page
polling the applet, the applet simply deposits its status report in a document form
textbox (document.myformname.statusText).

I've tested this only on Windows using IE, Opera, and Mozilla.

Thanks,

Bob



-------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Jmol-developers mailing list
Jmol-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jmol-developers

Reply via email to