[jQuery] AutoHeight IFrame

[jQuery] AutoHeight IFrame


Hello, i want to make a iframe page that loading a page from other
site. I have try "jQuery iFrame Sizing" to set auto height in
iframe... but it is failed.
What's the problem...?
This is my code :
-------------
on Head
<script type="text/javascript" src="js/jquery.js"></script>
<script type="text/javascript" src="js/iframe.js"></script>
on Body
<iframe scrolling="no" frameborder="0" width="1025" src="http://
www.apexdyna.com/eng/company.asp"/></iframe>
-------------
thanks