Diff for /loncom/html/res/adm/pages/menu.html between versions 1.100 and 1.101

version 1.100, 2003/05/28 13:34:45 version 1.101, 2003/06/06 00:42:14
Line 184  function logout () { Line 184  function logout () {
           lonchat.close();            lonchat.close();
       }        }
       if (autologout) {        if (autologout) {
          clientwindow.window.location.href="http://"+clienthost+"/adm/logout";           go("/adm/logout");
       }        }
 }  }
   
Line 285  function go(url) { Line 285  function go(url) {
    statuslocked=0;     statuslocked=0;
    this.document['led'].src="http://"+clienthost+imgpath+"ledsend.gif";     this.document['led'].src="http://"+clienthost+imgpath+"ledsend.gif";
    if (url!='' && url!= null) {     if (url!='' && url!= null) {
        currentURL = null;        currentURL = null;
        currentSymb= null;        currentSymb= null;
        clientwindow.window.location.href="http://"+clienthost+url;        this.document.server.action="http://"+clienthost+url;
        clientwindow.name='loncapaclient';        this.document.server.postdata.value='';
         this.document.server.command.value='';
         this.document.server.url.value='';
         this.document.server.postsymb.value='';
         this.document.server.submit();
    }     }
 }  }
   

Removed from v.1.100  
changed lines
  Added in v.1.101


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>