Okay, so there are some post about it, but none have worked on my site. If anyone can help please do, I really need expandable iFrame's for the new version of www.habbofire.com
Thankyou.
no-neck aka Confused boy :s

Okay, so there are some post about it, but none have worked on my site. If anyone can help please do, I really need expandable iFrame's for the new version of www.habbofire.com
Thankyou.
no-neck aka Confused boy :s
You don't have expandable iframes...
XHTML, CSS, AJAX, JS, php, MySQL.
--
HxF moderators can't read timestamps.
heinous for once your wrong
http://www.dynamicdrive.com/dynamici...iframessi2.htm
.:.:#14:.:. .:.: Impossible Is Nothing :.:. .:.: 845 Rep:.:.
.:.: Stand up for what is right, even if you stand alone:.:.
<iframe id="myframe" src="externalpage.htm" scrolling="no" marginwidth="0" marginheight="0" frameborder="0" vspace="0" hspace="0" style="overflow:visible; width:100%; display:none"></iframe>heinous for once your wrong
http://www.dynamicdrive.com/dynamici...iframessi2.htm
Where in that does it say "expandable"?
Using a bunch of javascript hacks doesn't count. Sure, it works, but what if someone turns off js?
So no, I wasn't wrong.
XHTML, CSS, AJAX, JS, php, MySQL.
--
HxF moderators can't read timestamps.
Thats your JS. It expands / contracts itCode:<SCRIPT language=javascript> <!-- function frm_onload(frmname) { frmname.frameElement.height = frmname.document.body.scrollHeight+20; } //--> </SCRIPT>
--------------------------------------------
IFRAME
Code:<IFRAME ID=frm NAME=frm WIDTH=100% LANGUAGE=javascript ONLOAD="return frm_onload(frm)" border="0" frameborder="0" scrolling="no" src="page"> </IFRAME>
Want to hide these adverts? Register an account for free!