Index: lams_tool_laqa/web/authoring/newQuestionBox.jsp =================================================================== RCS file: /usr/local/cvsroot/lams_tool_laqa/web/authoring/newQuestionBox.jsp,v diff -u -r1.26 -r1.27 --- lams_tool_laqa/web/authoring/newQuestionBox.jsp 23 Aug 2014 01:43:24 -0000 1.26 +++ lams_tool_laqa/web/authoring/newQuestionBox.jsp 17 Apr 2015 15:49:10 -0000 1.27 @@ -91,7 +91,9 @@ heightOffSet = document.getElementById('wizardDiv').offsetHeight; } - if (window.parent && window.parent.resizeIframe) { + if (window.resizeIframe) { + window.resizeIframe(heightOffSet); + } else if (window.parent && window.parent.resizeIframe) { window.parent.resizeIframe(heightOffSet); } else if (window.top && window.top.resizeIframe) { window.top.resizeIframe(heightOffSet);