Index: lams_central/web/author.jsp =================================================================== diff -u -r882901ab7d3d3da28c3eef0a4734d84b4a5de907 -ra6a67a218e1013a2053e33fc7ee37c2875ddae4d --- lams_central/web/author.jsp (.../author.jsp) (revision 882901ab7d3d3da28c3eef0a4734d84b4a5de907) +++ lams_central/web/author.jsp (.../author.jsp) (revision a6a67a218e1013a2053e33fc7ee37c2875ddae4d) @@ -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"); } }