John117 Posted April 22, 2010 Posted April 22, 2010 (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 April 22, 2010 by John117
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now