--- loncom/html/res/adm/pages/menu.html 2003/06/15 18:21:00 1.103 +++ loncom/html/res/adm/pages/menu.html 2003/07/05 10:07:11 1.105 @@ -4,7 +4,7 @@ The LearningOnline Network with CAPA Remote Control // -// $Id: menu.html,v 1.103 2003/06/15 18:21:00 www Exp $ +// $Id: menu.html,v 1.105 2003/07/05 10:07:11 www Exp $ // // Copyright Michigan State University Board of Trustees // @@ -285,17 +285,21 @@ function go(url) { } } -function gopost(url,postdata) { +function gopost(url,postdata,makenewwin) { windowcheck(); statuslocked=0; this.document['led'].src="http://"+clienthost+imgpath+"ledsend.gif"; if (url!='') { + if (makenewwin) { + this.document.server.target='LONcom'; + } this.document.server.action="http://"+clienthost+url; this.document.server.postdata.value=postdata; this.document.server.command.value=''; this.document.server.url.value=''; this.document.server.postsymb.value=''; this.document.server.submit(); + this.document.server.target='loncapaclient'; } } @@ -431,7 +435,7 @@ function catalog_info() { function chat_win() { go(''); w_LONchat_flag=1; - lonchat=window.open('/res/adm/pages/chatroom.html',"LONchat",'height=320,width=280,resizeable=yes,location=no,menubar=no,toolbar=no'); + lonchat=window.open('/res/adm/pages/chatroom.html',"LONchat",'height=320,width=280,resizable=yes,location=no,menubar=no,toolbar=no'); } // -->