Hi!
I created simple script that redimensiona my iframe, in the IE functions, but in the Mozilla Firefox not.
Script:
Click here to show a example.HTML Code:function resizeIframe() { alt = document.getElementById("conteudo"); frm = parent.document.getElementById("ibracont"); frm.height = alt.offsetHeight; alert("Iframe id=bracont: "+frm.height+" Table id=conteudo: "+alt.offsetHeight); }
1, Click in "Fale Conosco"
2, Click in "Enviar"
3, Click in "Voltar"
It noticed that the main page did not bring up to date the iframe? Why in Firefox it does not function?



Reply With Quote


Bookmarks