Use the scroll method of iframewindow to control iframe Page scrolling _ javascript skills

Source: Internet
Author: User
How to Control embedded iframe scrolling in pages? The method is to use the scroll method of iframewindow. You can refer to the following example to control embedded iframe Scrolling on the page? The method is to use the scroll method of iframe window:

1. Get the window object of iframe

Var iwin = document. getElementById ('iframe1'). contentWindow;

2. Get the window document Object of iframe

Var doc = iwin.doc ument;

3. Call the scroll method of the iframe window object

Iwin. scroll (0, doc. body. scrollHeight );

Scroll has two parameters: x and Y-axis.

Doc. body. scrollHeight is the height of the iframe page (including undisplayed parts)

An example of a comprehensive application is as follows:

The Code is as follows:






Hover test






Html code


  • Chapter 1In which a dragon is seen

  • Chapter 1In which a knight is summoned

  • Chapter 1In which a proncess is disappointed

  • Chapter 1In which a dragon is seen

  • Chapter 1In which a dragon is seen

  • Chapter 1In which a dragon is seen

  • Chapter 1In which a dragon is seen



Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.