sickliberty Posted October 9, 2005 Posted October 9, 2005 Hey guys, I'm just starting to learn, so please bear with me. I'm trying to make a script that would go to a form with IE and perform some kind of action. How can I make the program detect whether the form exists and have it give me back a message instead of an autoit error? Func fillform() With $ObjIE.document.forms ("loginform") .... blah blah blah... modify parameters / login... basically perform some kind of action EndWith EndFunc Thanks.
seandisanti Posted October 10, 2005 Posted October 10, 2005 Hey guys, I'm just starting to learn, so please bear with me. I'm trying to make a script that would go to a form with IE and perform some kind of action. How can I make the program detect whether the form exists and have it give me back a message instead of an autoit error?Func fillform() With $ObjIE.document.forms ("loginform") .... blah blah blah... modify parameters / login... basically perform some kind of action EndWith EndFuncThanks.check out dale's ie.au3, it handles forms and everything else in IE very nicely.
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