--- loncom/html/res/adm/pages/menu.html 2004/08/13 20:12:11 1.112
+++ loncom/html/res/adm/pages/menu.html 2004/08/13 20:30:01 1.113
@@ -4,7 +4,7 @@ The LearningOnline Network with CAPA
Remote Control
//
-// $Id: menu.html,v 1.112 2004/08/13 20:12:11 albertel Exp $
+// $Id: menu.html,v 1.113 2004/08/13 20:30:01 albertel Exp $
//
// Copyright Michigan State University Board of Trustees
//
@@ -250,6 +250,7 @@ function go(url) {
if (url!='' && url!= null) {
currentURL = null;
currentSymb= null;
+ this.document.server.target='loncapaclient';
this.document.server.action="http://"+clienthost+url;
this.document.server.postdata.value='';
this.document.server.command.value='';
@@ -289,13 +290,14 @@ function gopost(url,postdata,makenewwin)
"height=400,width=540,"+
"scrollbars=1,toolbar=0,status=0,resizable=1,location=0,menubar=0");
this.document.server.target='LONcom';
+ } else {
+ this.document.server.target='loncapaclient';
}
this.document.server.action="http://"+clienthost+url;
this.document.server.postdata.value=postdata;
this.document.server.command.value='';
this.document.server.url.value='';
this.document.server.postsymb.value='';
- this.document.server.target='loncapaclient';
this.document.server.submit();
}
}
@@ -305,6 +307,7 @@ function gocmd(url,cmd) {
statuslocked=0;
this.document['led'].src="http://"+clienthost+imgpath+"ledsend.gif";
if (url!='') {
+ this.document.server.target='loncapaclient';
this.document.server.action="http://"+clienthost+url;
this.document.server.postdata.value='';
this.document.server.command.value=cmd;