Home Articles FAQs XREF Games Software Instant Books BBS About FOLDOC RFCs Feedback Sitemap
irt.Org

BBS: Re: How can I scroll page using JavaScript? - June 06, 1998 at 06:35:33

You are here: irt.org | BBS | Re: How can I scroll page using JavaScript? [This BBS is closed]

Posted by Martin Webb on June 06, 1998 at 06:35:33:

In Reply to: How can I scroll page using JavaScript? posted by Constantine on June 06, 1998 at 04:52:56:

: How can I scroll page using JavaScript?

In NN3 by using the scroll (x,y) method:

In NN4 scroll has become deprecated. scrollTo () and scrollBy () are the new methods in NN4

For any of these methods to work, the visible property of Window.scrollbars must be true. In other words, if you create a popup window without scroll bars then these methods will not work.
Follow-ups:

You are here: irt.org | BBS | Re: How can I scroll page using JavaScript? [This BBS is closed]

©2018 Martin Webb