Hi Vitaly sir,
i used the firebug step through,
this is my iframe module coding in my page using the firebug inspection,
<iframe id="dnn_ctr522_IFrame_htmIFrame" frameborder="0" width="100%" scrolling="no" onload="if (window.parent && window.parent.autoIframe) {window.parent.autoIframe('dnn_ctr522_IFrame_htmIFrame',0);}" name="Inquiry" src="/qxchange/Portals/0/NewInquiry.asp" style="height: 0pt;">
if i change the the coding in the above mentioned code at end of the [style="height:760px;"], it will shown correct how can modify this above mentioned coding in my page.
<iframe id="dnn_ctr522_IFrame_htmIFrame" frameborder="0" width="100%" scrolling="no" onload="if (window.parent && window.parent.autoIframe) {window.parent.autoIframe('dnn_ctr522_IFrame_htmIFrame',0);}" name="Inquiry" src="/qxchange/Portals/0/NewInquiry.asp" style="height:760px;">
can i change from the FireBug, or where i get this original source code file in my folder.
pls help!
thanks in advance.