Index: lams_tool_laqa/web/authoring/BasicContent.jsp =================================================================== RCS file: /usr/local/cvsroot/lams_tool_laqa/web/authoring/BasicContent.jsp,v diff -u -r1.37.10.1 -r1.37.10.2 --- lams_tool_laqa/web/authoring/BasicContent.jsp 20 Jan 2010 14:15:41 -0000 1.37.10.1 +++ lams_tool_laqa/web/authoring/BasicContent.jsp 10 Jun 2010 00:42:44 -0000 1.37.10.2 @@ -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"; }