--- loncom/html/res/adm/pages/menu.html 2000/10/03 19:38:11 1.7
+++ loncom/html/res/adm/pages/menu.html 2000/10/05 15:31:42 1.10
@@ -4,7 +4,7 @@ The LearningOnline Network with CAPA
Remote Control
6/12/00,6/13,6/14,6/15 Gerd Kortemeyer
Sept Ben Tyszka
-10/2,10/3 Gerd Kortemeyer
+10/2,10/3,10/4 Gerd Kortemeyer
-->
LON-CAPA Remote
@@ -30,7 +30,10 @@ function windowcheck() {
function logout () {
windowcheck();
- clientwindow.window.location.href="http://"+clienthost+"/adm/logout";
+ if (clientwindow.status!='MenuControl:nologout')
+ {
+ clientwindow.window.location.href="http://"+clienthost+"/adm/logout";
+ }
}
function display(utext,ltext) {
@@ -67,19 +70,19 @@ function setstatus(tp,bt) {
}
function go(url) {
+ windowcheck();
this.document['led'].src="ledsend.gif";
if (url!='') {
- windowcheck();
clientwindow.window.location.href="http://"+clienthost+url;
}
}
function gopost(url,postdata) {
+ windowcheck();
this.document['led'].src="ledsend.gif";
if (url!='') {
- windowcheck();
- this.document.server.postdata=postdata;
this.document.server.action="http://"+clienthost+url;
+ this.document.server.postdata.value=postdata;
this.document.server.submit();
}
}
@@ -212,7 +215,7 @@ function edit_bookmarks() {