--- loncom/html/res/adm/pages/menu.html 2004/12/23 19:16:09 1.115
+++ loncom/html/res/adm/pages/menu.html 2005/06/06 20:20:30 1.116
@@ -4,7 +4,7 @@ The LearningOnline Network with CAPA
Remote Control
//
-// $Id: menu.html,v 1.115 2004/12/23 19:16:09 albertel Exp $
+// $Id: menu.html,v 1.116 2005/06/06 20:20:30 www Exp $
//
// Copyright Michigan State University Board of Trustees
//
@@ -286,7 +286,7 @@ function gopost(url,postdata,makenewwin)
if (makenewwin) {
var LONcomWin=window.open("http://"+clienthost+"/adm/rat/empty.html",
'LONcom',
- "height=400,width=540,"+
+ "height=600,width=600,"+
"scrollbars=1,toolbar=0,status=0,resizable=1,location=0,menubar=0");
this.document.server.target='LONcom';
} else {
@@ -404,13 +404,13 @@ function edit_bookmarks() {
function catalog_info() {
go('');
w_LONcatInfo_flag=1;
- loncatinfo=window.open(clientwindow.window.location.pathname+'.meta',"cat",'height=320,width=280,resizable=yes,scrollbars=yes,location=no,menubar=no,toolbar=no');
+ loncatinfo=window.open(clientwindow.window.location.pathname+'.meta',"cat",'height=420,width=480,resizable=yes,scrollbars=yes,location=no,menubar=no,toolbar=no');
}
function chat_win() {
go('');
w_LONchat_flag=1;
- lonchat=window.open('/res/adm/pages/chatroom.html',"LONchat",'height=320,width=280,resizable=yes,location=no,menubar=no,toolbar=no');
+ lonchat=window.open('/res/adm/pages/chatroom.html',"LONchat",'height=420,width=480,resizable=yes,location=no,menubar=no,toolbar=no');
}
// -->