Index: lams_central/web/author.jsp =================================================================== RCS file: /usr/local/cvsroot/lams_central/web/author.jsp,v diff -u -r1.17 -r1.18 --- lams_central/web/author.jsp 29 Jun 2006 07:33:21 -0000 1.17 +++ lams_central/web/author.jsp 29 Jun 2006 07:42:26 -0000 1.18 @@ -121,7 +121,7 @@ //mozilla seems to want a full url //var args = getHostURL()+args; - thePopUp = window.open(args,title,"HEIGHT="+h+",WIDTH="+w+",resizable="+resize+",scrollbars=auto,status="+status+",menubar="+menubar+", toolbar="+toolbar); + 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"); } }