[LON-CAPA-cvs] cvs: loncom /html/res/adm/pages menu.html

albertel lon-capa-cvs@mail.lon-capa.org
Tue, 02 Aug 2005 20:40:32 -0000


albertel		Tue Aug  2 16:40:32 2005 EDT

  Modified files:              
    /loncom/html/res/adm/pages	menu.html 
  Log:
  - need to be explicit about whther we are targeting the client window or the nav window
  
  
Index: loncom/html/res/adm/pages/menu.html
diff -u loncom/html/res/adm/pages/menu.html:1.116 loncom/html/res/adm/pages/menu.html:1.117
--- loncom/html/res/adm/pages/menu.html:1.116	Mon Jun  6 16:20:30 2005
+++ loncom/html/res/adm/pages/menu.html	Tue Aug  2 16:40:30 2005
@@ -4,7 +4,7 @@
 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 @@
       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;