Here is an experimental page that illustrates emerging (11.1.29) capabilities of Jmol to have echo text that is clickable:
http://www.stolaf.edu/academics/chemapps/jmol/docs/examples-11/buttons.htm You should see three buttons at the bottom of the page. Each of these comes from its own spt file: http://www.stolaf.edu/academics/chemapps/jmol/docs/examples-11/data/btnSurface.spt http://www.stolaf.edu/academics/chemapps/jmol/docs/examples-11/data/btnAnim.spt http://www.stolaf.edu/academics/chemapps/jmol/docs/examples-11/data/btnCavity.spt No JavaScript callbacks here. The page simply looks like this: <HTML> <HEAD> <TITLE>Jmol buttons example</TITLE> <script type="text/javascript" src="Jmol.js"></script> </HEAD> <BODY bgcolor="#A0A0A0"> <script>jmolApplet(["100%",500],"script data/buttons.spt")</script> </BODY> </HTML> 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

