Index: lams_bb_integration/web/modules/learnermonitor.jsp =================================================================== diff -u -r8d92365c1f399beb957a1ac353436d5f5e8016fe -rad162da27085fe8316d8b6a6a85c473c3e9dbe5a --- lams_bb_integration/web/modules/learnermonitor.jsp (.../learnermonitor.jsp) (revision 8d92365c1f399beb957a1ac353436d5f5e8016fe) +++ lams_bb_integration/web/modules/learnermonitor.jsp (.../learnermonitor.jsp) (revision ad162da27085fe8316d8b6a6a85c473c3e9dbe5a) @@ -265,7 +265,7 @@ } } else { try { - learnerWin = window.open(learnerUrl,'lWin','width=1280,height=720,resizable=1'); + learnerWin = window.open(learnerUrl,'lWin','width=1280,height=720,resizable=1,scrollbars=yes'); learnerWin.focus(); } catch(e) { // popups blocked by a 3rd party @@ -286,7 +286,7 @@ } } else { try { - monitorWin = window.open(monitorUrl,'aWin','width=1280,height=720,resizable=1'); + monitorWin = window.open(monitorUrl,'aWin','width=1280,height=720,resizable=1,scrollbars=yes'); monitorWin.opener = self; monitorWin.focus(); } catch(e) {