E1M1 Posted December 28, 2010 Posted December 28, 2010 (edited) Imacro. TAG POS=1 TYPE=SPAN ATTR=TXT:Submit I tried this $oDiv = _IEGetObjById ($oIE, "Submit") $oDiv = _IEGetObjById ($oIE, "Submit") _IEFormSubmit ($oDiv) but it doesn't work. any other ideas i might try? Edit: This worked: _IELinkClickByText ( $oIE, "Submit") Edited December 28, 2010 by E1M1 edited
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