My Programming Tricks
Labels
HTML
Table
Input
iFrame
CSS
Javascript
IE
Firefox
Animation
Other
PHP
Facebook
Monday, February 22, 2010
How do you scroll to the top within iframe?
I have tried:
parent.scroll(0,0);
window.scroll(0,0);
.
.
.
Finally I found a site that says:
window.parent.scroll(0,0);
That saved my day! Hope it works for you too!
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment