Jump to content

_IEDocInsertText and scroll?


Recommended Posts

Hello,

I've been wondering if IE can auto-scroll the page down when _IEDocInsertText is used.

Like in this example:

#include <IE.au3>
$oIE = _IE_Example ("basic")
$oBody = _IETagNameGetCollection($oIE, "body", 0)
_IEDocInsertText($oBody, "This Text is inserted After Begin", "afterbegin")
Sleep(1000)
For $i=1 to 50
    _IEDocInsertText($oBody, "//\\ 12345678901234567890//\\", "beforeend")
    Sleep(100)
Next

Can it continuously scroll down?

Thank you,

SNMP_UDF ... for SNMPv1 and v2c so far, GetBulk and a new example script

wannabe "Unbeatable" Tic-Tac-Toe

Paper-Scissor-Rock ... try to beat it anyway :)

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...