--- loncom/homework/chemresponse.pm 2005/06/27 14:27:25 1.59 +++ loncom/homework/chemresponse.pm 2006/03/09 01:12:05 1.64 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # chemical equation style response # -# $Id: chemresponse.pm,v 1.59 2005/06/27 14:27:25 albertel Exp $ +# $Id: chemresponse.pm,v 1.64 2006/03/09 01:12:05 albertel Exp $ # # Copyright Michigan State University Board of Trustees # @@ -105,17 +105,40 @@ function submitSmiles() { function openHelpWindow() { window.open("/adm/jme/jme_help.html","","scrollbars=yes,resizable=yes,width=500,height=600"); } +function substituent(r) {document.applets.JME.setSubstituent(r);}