I am also having problems with this script.
I have a html page, in which I have the iframe, in which a php page should show up.
It does, but only about 125px. The height never changes, I've tried everything.
Also, when I try to validate it I get this:
Code:
Error Line 26 column 15: there is no attribute "onload".
<iframe onload="scrollTo(0,0)" id="myframe" src="http://...
You have used the attribute named above in your document, but the document type you are using does not support that attribute for this element. This error is often caused by incorrect use of the "Strict" document type with a document that uses frames (e.g. you must use the "Transitional" document type to get the "target" attribute), or by using vendor proprietary extensions such as "marginheight" (this is usually fixed by using CSS to achieve the desired effect instead).
Anyone know what could be wrong?
Bookmarks