Index: lams_tool_laqa/web/authoring/newQuestionBox.jsp =================================================================== RCS file: /usr/local/cvsroot/lams_tool_laqa/web/authoring/newQuestionBox.jsp,v diff -u -r1.20 -r1.21 --- lams_tool_laqa/web/authoring/newQuestionBox.jsp 29 Sep 2012 13:57:56 -0000 1.20 +++ lams_tool_laqa/web/authoring/newQuestionBox.jsp 23 Jul 2013 17:53:24 -0000 1.21 @@ -100,7 +100,7 @@ { heightOffSet = document.getElementById('wizardDiv').offsetHeight; } - window.top.resizeIframe(heightOffSet); + window.resizeIframe ? window.resizeIframe(heightOffSet) : window.top.resizeIframe(heightOffSet); heightOffSet = heightOffSet * -1; }); });