--- loncom/html/res/adm/pages/menu.html 2005/06/06 20:20:30 1.116
+++ loncom/html/res/adm/pages/menu.html 2005/08/11 13:35:52 1.118
@@ -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.118 2005/08/11 13:35:52 albertel Exp $
//
// Copyright Michigan State University Board of Trustees
//
@@ -265,8 +265,9 @@ function gonav(url) {
navwindowcheck();
statuslocked=0;
this.document.server.target="loncapanav";
- }
-
+ } else {
+ this.document.server.target="loncapaclient";
+ }
this.document['led'].src="http://"+clienthost+imgpath+"ledsend.gif";
if (url!='' && url!= null) {
this.document.server.action="http://"+clienthost+url;