[LON-CAPA-cvs] cvs: loncom /interface loncommon.pm

bowersj2 lon-capa-cvs@mail.lon-capa.org
Thu, 12 Dec 2002 16:47:27 -0000


bowersj2		Thu Dec 12 11:47:27 2002 EDT

  Modified files:              
    /loncom/interface	loncommon.pm 
  Log:
  If this doesn't fix bug 1057 (IE can't resize help windows), nothing will.
  
  
Index: loncom/interface/loncommon.pm
diff -u loncom/interface/loncommon.pm:1.71 loncom/interface/loncommon.pm:1.72
--- loncom/interface/loncommon.pm:1.71	Tue Oct 29 15:57:31 2002
+++ loncom/interface/loncommon.pm	Thu Dec 12 11:47:27 2002
@@ -1,7 +1,7 @@
 # The LearningOnline Network with CAPA
 # a pile of common routines
 #
-# $Id: loncommon.pm,v 1.71 2002/10/29 20:57:31 www Exp $
+# $Id: loncommon.pm,v 1.72 2002/12/12 16:47:27 bowersj2 Exp $
 #
 # Copyright Michigan State University Board of Trustees
 #
@@ -493,7 +493,7 @@
 
     if (!$stayOnPage)
     {
-	$link = "javascript:void(open('/adm/help/${filename}.hlp', 'Help_for_$topic', 'menubar=0,toolbar=1,scrollbars=1,width=$width,height=$height'))";
+	$link = "javascript:void(open('/adm/help/${filename}.hlp', 'Help_for_$topic', 'menubar=0,toolbar=1,scrollbars=1,width=$width,height=$height,resizable=yes'))";
     }
     else
     {