Diff for /loncom/interface/lonmenu.pm between versions 1.56 and 1.57

version 1.56, 2003/04/04 21:21:51 version 1.57, 2003/04/04 22:00:26
Line 714  function gocmd(url,cmd) { Line 714  function gocmd(url,cmd) {
       this.document.server.submit();        this.document.server.submit();
    }     }
 }  }
   
   function catalog_info() {
      loncatinfo=window.open(window.location.pathname+'.meta',"LONcatInfo",'height=320,width=280,resizeable=yes,location=no,menubar=no,toolbar=no');
   }
   
   function chat_win() {
      lonchat=window.open('/res/adm/pages/chatroom.html',"LONchat",'height=320,width=280,resizeable=yes,location=no,menubar=no,toolbar=no');
   }
 ENDUTILITY  ENDUTILITY
 }  }
   

Removed from v.1.56  
changed lines
  Added in v.1.57


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