Home Articles FAQs XREF Games Software Instant Books About Feedback Search Site-Map
irt.org logo

Feedback on: irt.org FAQ Knowledge Base Q986

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


Provide feedback ...
AddThis Social Bookmark Button

Provide feedback ... AddThis Social Bookmark Button


Last Updated: 21st December 2007. Maintained by: Martin Webb
irt.org liability, trademark, document use, privacy statement and software licensing rules apply.
Copyright © 1996-2008 irt.org, All Rights Reserved.