V
visu
Hi ,
I need a solution for my problem with IFRAME in firefox.
The problem is that i ve to make the IFRAME to increase in its height
to displays its whole content dynamically .i ve set scrolling=0 ,i
dont want the scroll bars to appear in the IFRAME.
I ve achieved this somehow thru javascript in IE.. but it is not
working in Firefox.. is there anyway to increase the height of the
IFRAME dynamically depends on its content in FIREFOX?
The code worked for me in IE is
var FramePageHeight =
document.getElementById('iframeID').scrollHeight;
document.getElementById('iframeID').style.height=FramePageHeight;
can any one help for firefox?
Thanx in advance.
Regards
Visu
I need a solution for my problem with IFRAME in firefox.
The problem is that i ve to make the IFRAME to increase in its height
to displays its whole content dynamically .i ve set scrolling=0 ,i
dont want the scroll bars to appear in the IFRAME.
I ve achieved this somehow thru javascript in IE.. but it is not
working in Firefox.. is there anyway to increase the height of the
IFRAME dynamically depends on its content in FIREFOX?
The code worked for me in IE is
var FramePageHeight =
document.getElementById('iframeID').scrollHeight;
document.getElementById('iframeID').style.height=FramePageHeight;
can any one help for firefox?
Thanx in advance.
Regards
Visu