Index: lams_central/web/author.jsp =================================================================== RCS file: /usr/local/cvsroot/lams_central/web/author.jsp,v diff -u -r1.18 -r1.19 --- lams_central/web/author.jsp 29 Jun 2006 07:42:26 -0000 1.18 +++ lams_central/web/author.jsp 30 Jun 2006 00:09:56 -0000 1.19 @@ -114,16 +114,14 @@ } function openPopUp(args, title, h, w, resize, status, scrollbar, menubar, toolbar){ - if(thePopUp && thePopUp.open && !thePopUp.closed){ - thePopUp.focus(); + // refocus code commented out as we want to replace contents due to tool's session issues. Code will be + // wanted again the future. + //if(thePopUp && thePopUp.open && !thePopUp.closed){ + // thePopUp.focus(); - }else{ - //mozilla seems to want a full url - - //var args = getHostURL()+args; + //}else{ thePopUp = window.open(args,title,"HEIGHT="+h+",WIDTH="+w+",resizable="+resize+",scrollbars=yes,status="+status+",menubar="+menubar+", toolbar="+toolbar); - //thePopUp = window.open(args,"learnerPop","HEIGHT=450,WIDTH=550,resizable,scrollbars"); - } + //} }