--- loncom/homework/chemresponse.pm 2006/06/27 14:15:26 1.67 +++ loncom/homework/chemresponse.pm 2006/07/03 01:16:04 1.68 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # chemical equation style response # -# $Id: chemresponse.pm,v 1.67 2006/06/27 14:15:26 albertel Exp $ +# $Id: chemresponse.pm,v 1.68 2006/07/03 01:16:04 albertel Exp $ # # Copyright Michigan State University Board of Trustees # @@ -414,7 +414,7 @@ sub edit_reaction_button { {'frameset' => 1, 'js_ready' => 1, 'add_entries' => { - 'rows' => "30%", + 'rows' => "30%,*", 'border' => "0",}},); my $end_page = &Apache::loncommon::end_page({'frameset' => 1, @@ -426,6 +426,7 @@ sub edit_reaction_button { editor=window.open('','','width=500,height=270,scrollbars=no,resizable=yes'); editor.$docopen; editor.document.writeln('$start_page $end_page'); + editor.document.close(); } // -->