Eric, Tim, Frieda, others,

I just wanted to point out that this is probably the best thing that has 
come along in a long time for people who make it their business to write 
complex scripts for the applet. This little command can be put anywhere 
in a script just for testing and then commented out later:

javascript alert('I am here')

When I was writing those button scripts I made some mistakes, and this 
was just what I needed in order to see which scripts were running and 
which were not.

And you can send variables by constructing the string first:

  x = "alert('I am in frame " + _modelNumber + "')"
  javascript @x

Bob



-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Jmol-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jmol-users

Reply via email to