Jump to content

Recommended Posts

Posted (edited)

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

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
×
×
  • Create New...