[LON-CAPA-cvs] cvs: loncom /html/res/adm/pages menu.html
www
lon-capa-cvs@mail.lon-capa.org
Fri, 15 Aug 2003 21:40:47 -0000
www Fri Aug 15 17:40:47 2003 EDT
Modified files:
/loncom/html/res/adm/pages menu.html
Log:
EVAL and FDKB windows would come up in the same size as the Remote on some
browsers.
Index: loncom/html/res/adm/pages/menu.html
diff -u loncom/html/res/adm/pages/menu.html:1.105 loncom/html/res/adm/pages/menu.html:1.106
--- loncom/html/res/adm/pages/menu.html:1.105 Sat Jul 5 06:07:11 2003
+++ loncom/html/res/adm/pages/menu.html Fri Aug 15 17:40:47 2003
@@ -4,7 +4,7 @@
Remote Control
//
-// $Id: menu.html,v 1.105 2003/07/05 10:07:11 www Exp $
+// $Id: menu.html,v 1.106 2003/08/15 21:40:47 www Exp $
//
// Copyright Michigan State University Board of Trustees
//
@@ -291,6 +291,10 @@
this.document['led'].src="http://"+clienthost+imgpath+"ledsend.gif";
if (url!='') {
if (makenewwin) {
+ var LONcomWin=window.open("http://"+clienthost+"/adm/rat/empty.html",
+ 'LONcom',
+ "height=400,width=540,"+
+ "scrollbars=1,toolbar=0,status=0,resizable=1,location=0,menubar=0");
this.document.server.target='LONcom';
}
this.document.server.action="http://"+clienthost+url;