--- loncom/html/res/adm/pages/menu.html 2002/11/12 20:11:10 1.76 +++ loncom/html/res/adm/pages/menu.html 2002/11/13 16:55:29 1.77 @@ -4,7 +4,7 @@ The LearningOnline Network with CAPA Remote Control // -// $Id: menu.html,v 1.76 2002/11/12 20:11:10 www Exp $ +// $Id: menu.html,v 1.77 2002/11/13 16:55:29 www Exp $ // // Copyright Michigan State University Board of Trustees // @@ -58,6 +58,9 @@ var menucltim; var clockdelta=0; +var w_extdisp_flag=-1; +var extdisp; + // not used (yet) // var w_Annotator; // var w_bmquery; @@ -136,6 +139,7 @@ function windowcheck() { } clientwindow.name='loncapaclient'; clientwindow.menuwindow=self; + extenddispclose(); } function logout () { @@ -351,13 +355,24 @@ function set_bookmark() { bmquery.document.close(); } +function extenddispclose() { + if (w_extdisp_flag>0) { + if (extdisp!=null && !extdisp.closed) { + extdisp.close(); + } + w_extdisp_flag=-1; + } +} + function extenddisp() { go(''); + w_extdisp_flag=1; extdisp=window.open("http://"+clienthost+"/adm/rat/empty.html", "ExtDisp", "width=400,height=450"); extdisp.document.clear(); extdisp.document.writeln( - '
'+ + ''+ 'Select Functionality from Below | '+ @@ -367,7 +382,7 @@ function extenddisp() { if (ds[i]!='') { extdisp.document.writeln( '
---|
'+ ' |