--- loncom/html/res/adm/pages/menu.html 2005/06/06 20:20:30 1.116
+++ loncom/html/res/adm/pages/menu.html 2005/08/02 20:40:30 1.117
@@ -4,7 +4,7 @@ The LearningOnline Network with CAPA
Remote Control
//
-// $Id: menu.html,v 1.116 2005/06/06 20:20:30 www Exp $
+// $Id: menu.html,v 1.117 2005/08/02 20:40:30 albertel Exp $
//
// Copyright Michigan State University Board of Trustees
//
@@ -265,8 +265,10 @@ function gonav(url) {
navwindowcheck();
statuslocked=0;
this.document.server.target="loncapanav";
- }
-
+ } else {
+ this.document.server.target="loncapaclient";
+ }
+ alert("tartget is"+this.document.server.target);
this.document['led'].src="http://"+clienthost+imgpath+"ledsend.gif";
if (url!='' && url!= null) {
this.document.server.action="http://"+clienthost+url;