You are here: irt.org | About | Feedback | 997 [ previous next ]
Feedback on:
irt.org FAQ Knowledge Base Q986
Sent by
Luisa Klose on March 27, 2000 at 07:58:30:
Worth:
Worth reading
Comments:
It is possible to use scrollBy() with an iFrame. The focus has to be set to the iFrame first. Try this script:
<script language="JavaScript">
function scrollDown()
{
document.iframeID.focus();
document.iframeID.scrollBy(0,200);
}
</script>
Note: I can only verify that the above script works with IE5.
Other feedback on 'irt.org FAQ Knowledge Base Q986' - show all