Diff for /loncom/html/res/adm/pages/menu.html between versions 1.114 and 1.115

version 1.114, 2004/08/23 21:05:03 version 1.115, 2004/12/23 19:16:09
Line 261  function go(url) { Line 261  function go(url) {
 }  }
   
 function gonav(url) {  function gonav(url) {
    if (w_loncapanav_flag != 1) {     if (w_loncapanav_flag == 1) {
       go(url);  
    }  else {  
       navwindowcheck();        navwindowcheck();
       statuslocked=0;        statuslocked=0;
       this.document['led'].src="http://"+clienthost+imgpath+"ledsend.gif";        this.document.server.target="loncapanav";
       if (url!='' && url!= null) {     }  
          this.document.server.action="http://"+clienthost+url;     
          this.document.server.target="loncapanav";     this.document['led'].src="http://"+clienthost+imgpath+"ledsend.gif";
          this.document.server.postdata.value='';     if (url!='' && url!= null) {
          this.document.server.command.value='';         this.document.server.action="http://"+clienthost+url;
          this.document.server.url.value='';         this.document.server.postdata.value=currentURL;
          this.document.server.postsymb.value='';         this.document.server.command.value='';
          this.document.server.submit();         this.document.server.url.value='';
       }         this.document.server.postsymb.value=currentSymb;
          this.document.server.submit();
    }     }
 }  }
   

Removed from v.1.114  
changed lines
  Added in v.1.115


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