Diff for /loncom/html/res/adm/pages/menu.html between versions 1.117 and 1.118

version 1.117, 2005/08/02 20:40:30 version 1.118, 2005/08/11 13:35:52
Line 268  function gonav(url) { Line 268  function gonav(url) {
    } else {     } else {
       this.document.server.target="loncapaclient";        this.document.server.target="loncapaclient";
    }      } 
    alert("tartget is"+this.document.server.target);  
    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) {
        this.document.server.action="http://"+clienthost+url;         this.document.server.action="http://"+clienthost+url;

Removed from v.1.117  
changed lines
  Added in v.1.118


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