Index: lams_tool_laqa/web/authoring/BasicContent.jsp =================================================================== RCS file: /usr/local/cvsroot/lams_tool_laqa/web/authoring/BasicContent.jsp,v diff -u -r1.38 -r1.39 --- lams_tool_laqa/web/authoring/BasicContent.jsp 20 Jan 2010 14:00:54 -0000 1.38 +++ lams_tool_laqa/web/authoring/BasicContent.jsp 10 Jun 2010 00:44:52 -0000 1.39 @@ -64,11 +64,10 @@ submitMonitoringMethod('removeQuestion'); } - function resizeIframe(heightOffSet, widthOffSet) + function resizeIframe(heightOffSet) { var iframe = document.getElementById("messageArea"); iframe.style.height = parseInt(iframe.style.height) + heightOffSet + "px"; - iframe.style.width = parseInt(iframe.style.width) + widthOffSet + "px"; } Index: lams_tool_laqa/web/authoring/newQuestionBox.jsp =================================================================== RCS file: /usr/local/cvsroot/lams_tool_laqa/web/authoring/newQuestionBox.jsp,v diff -u -r1.15 -r1.16 --- lams_tool_laqa/web/authoring/newQuestionBox.jsp 13 Nov 2009 03:13:58 -0000 1.15 +++ lams_tool_laqa/web/authoring/newQuestionBox.jsp 10 Jun 2010 00:44:52 -0000 1.16 @@ -100,7 +100,7 @@ { heightOffSet = document.getElementById('wizardDiv').offsetHeight; } - window.top.resizeIframe(heightOffSet,0); + window.top.resizeIframe(heightOffSet); heightOffSet = heightOffSet * -1; }); });