--- loncom/html/res/adm/pages/menu.html 2002/09/09 18:30:19 1.66.2.1
+++ loncom/html/res/adm/pages/menu.html 2002/09/06 17:05:27 1.69
@@ -4,7 +4,7 @@ The LearningOnline Network with CAPA
Remote Control
//
-// $Id: menu.html,v 1.66.2.1 2002/09/09 18:30:19 albertel Exp $
+// $Id: menu.html,v 1.69 2002/09/06 17:05:27 www Exp $
//
// Copyright Michigan State University Board of Trustees
//
@@ -50,6 +50,8 @@ var imgpath='/res/adm/pages/';
var fontpath='/adm/lonLCDfont/';
var currentURL='';
var reloadURL='';
+var currentSymb='';
+var reloadSymb='';
var currentStale=1;
var menucltim;
@@ -273,6 +275,7 @@ function go(url) {
this.document['led'].src="ledsend.gif";
if (url!='' && url!= null) {
currentURL = null;
+ currentSymb= null;
clientwindow.window.location.href="http://"+clienthost+url;
}
}
@@ -285,6 +288,7 @@ function gopost(url,postdata) {
this.document.server.postdata.value=postdata;
this.document.server.command.value='';
this.document.server.url.value='';
+ this.document.server.symb.value='';
this.document.server.submit();
}
}
@@ -297,6 +301,7 @@ function gocmd(url,cmd) {
this.document.server.postdata.value='';
this.document.server.command.value=cmd;
this.document.server.url.value=currentURL;
+ this.document.server.symb.value=currentSymb;
this.document.server.submit();
}
}
@@ -348,7 +353,7 @@ function edit_bookmarks() {
function catalog_info() {
go('');
w_LONcatInfo_flag=1;
- loncatinfo=window.open(clientwindow.window.location.href+'.meta',"LONcatInfo");
+ loncatinfo=window.open(clientwindow.window.location.pathname+'.meta',"LONcatInfo");
}
// -->
@@ -478,6 +483,7 @@ function catalog_info() {
+