Index: lams_tool_laqa/web/authoring/BasicContent.jsp =================================================================== RCS file: /usr/local/cvsroot/lams_tool_laqa/web/authoring/BasicContent.jsp,v diff -u -r1.35 -r1.36 --- lams_tool_laqa/web/authoring/BasicContent.jsp 23 Nov 2006 07:07:35 -0000 1.35 +++ lams_tool_laqa/web/authoring/BasicContent.jsp 4 Nov 2008 23:38:15 -0000 1.36 @@ -63,6 +63,14 @@ document.QaMonitoringForm.questionIndex.value=questionIndex; submitMonitoringMethod('removeQuestion'); } + + function resizeIframeHeight(heightOffSet, widthOffSet) + { + //alert(document.getElementById("messageArea").style.height); + var iframe = document.getElementById("messageArea"); + iframe.style.height = parseInt(iframe.style.height) + heightOffSet + "px"; + iframe.style.width = parseInt(iframe.style.width) + widthOffSet + "px"; + } @@ -123,7 +131,7 @@