Valhalla Legends Forums Archive | Web Development | Auto Scroll

AuthorMessageTime
blinkdude
I was wondering Whats the code for an <iframe src="blah.html"> </iframe> to auto scroll to the bottom of the frame..... heres a link to my frames http://www.eternalsoldiers.net/esbot/chnnel.php
November 12, 2003, 9:50 PM
blinkdude
bump? :(
November 13, 2003, 8:09 AM
blinkdude
ok i found it ;)
[code]
window.scrollBy(0, window.innerHeight);
[/code]
November 13, 2003, 9:08 PM

Search