--- loncom/html/res/adm/pages/menu.html 2002/09/02 19:58:51 1.67
+++ loncom/html/res/adm/pages/menu.html 2002/09/06 15:18:23 1.68
@@ -4,7 +4,7 @@ The LearningOnline Network with CAPA
Remote Control
//
-// $Id: menu.html,v 1.67 2002/09/02 19:58:51 bowersj2 Exp $
+// $Id: menu.html,v 1.68 2002/09/06 15:18:23 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;
@@ -269,6 +271,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;
}
}
@@ -281,6 +284,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();
}
}
@@ -293,6 +297,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();
}
}
@@ -474,6 +479,7 @@ function catalog_info() {
+