Index: lams_tool_laqa/web/authoring/newQuestionBox.jsp =================================================================== RCS file: /usr/local/cvsroot/lams_tool_laqa/web/authoring/newQuestionBox.jsp,v diff -u -r1.25.2.1 -r1.25.2.2 --- lams_tool_laqa/web/authoring/newQuestionBox.jsp 3 Sep 2014 12:52:09 -0000 1.25.2.1 +++ lams_tool_laqa/web/authoring/newQuestionBox.jsp 17 Apr 2015 16:14:03 -0000 1.25.2.2 @@ -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);