--- loncom/html/res/adm/pages/menu.html 2003/06/06 00:42:14 1.101
+++ loncom/html/res/adm/pages/menu.html 2003/06/15 18:21:00 1.103
@@ -4,7 +4,7 @@ The LearningOnline Network with CAPA
Remote Control
//
-// $Id: menu.html,v 1.101 2003/06/06 00:42:14 www Exp $
+// $Id: menu.html,v 1.103 2003/06/15 18:21:00 www Exp $
//
// Copyright Michigan State University Board of Trustees
//
@@ -59,7 +59,6 @@ var currentSymb='';
var reloadSymb='';
var currentStale=1;
var menucltim;
-var noclient=0;
var clockdelta=0;
@@ -138,24 +137,14 @@ function advanceclock() {
setTimeout('advanceclock();',1000);
}
-function windowloaded(wname) {
- if (wname=='loncapaclient') { noclient=0; }
-}
-
-function windowunloaded(wname) {
- if (wname=='loncapaclient') { noclient=1;}
-}
-
function windowcheck() {
- if (noclient || (clientwindow==null || clientwindow.closed)) {
+ if (clientwindow==null || clientwindow.closed) {
clientwindow=window.open("http://"+clienthost+"/",'',
"height=400,width=440,"+
"scrollbars=1,toolbar=1,status=1,resizable=1,location=1,menubar=1,"+
"left=190,top=15,screenX=190,screenY=15");
+ clientwindow.name='loncapaclient';
}
- clientwindow.name='loncapaclient';
- clientwindow.menuwindow=self;
- noclient=0;
extenddispclose();
}
@@ -436,7 +425,7 @@ function edit_bookmarks() {
function catalog_info() {
go('');
w_LONcatInfo_flag=1;
- loncatinfo=window.open(clientwindow.window.location.pathname+'.meta',"LONcatInfo",'height=320,width=280,resizeable=yes,scrollbars=yes,location=no,menubar=no,toolbar=no');
+ loncatinfo=window.open(clientwindow.window.location.pathname+'.meta',"cat",'height=320,width=280,resizable=yes,scrollbars=yes,location=no,menubar=no,toolbar=no');
}
function chat_win() {