Index: lams_bb_integration/web/modules/learnermonitor.jsp =================================================================== RCS file: /usr/local/cvsroot/lams_bb_integration/web/modules/learnermonitor.jsp,v diff -u -r1.30 -r1.31 --- lams_bb_integration/web/modules/learnermonitor.jsp 23 Dec 2016 16:18:11 -0000 1.30 +++ lams_bb_integration/web/modules/learnermonitor.jsp 4 Jan 2017 05:48:28 -0000 1.31 @@ -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) {