Jump to content

Can't get the name of a form for auto populate


Recommended Posts

Hey Im trying to auto fill out the section with referEmail, but I can not find a form to work with.

tried the following methods

$oFrame = _IEFrameGetCollection($oIE, 0)
$oForm = _IEFormGetCollection($oFrame, 0)

and

With $ObjIE.document.forms(0) -tried other form numbers
        .referEmail.value = "test"

    EndWith

Edit

Got it!

$oForm = _IEGetObjById ($oIE, "referEmail")
_IEFormElementSetValue ($oForm, "Hey! It works!")
Edited by John117
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...