CreatoX Posted July 3, 2008 Posted July 3, 2008 Hello everyone, I'm just new with the AutoIt program. Amazing things has been done already. In my script I use IE.AU3 to fill webforms automaticly. I'm looking for a way if a given text is displayd onto the webpage after submitting te form. Hope this is possible, Greatings from Holland
nobbe Posted July 3, 2008 Posted July 3, 2008 some sample _IENavigate($oIE, $url) $my_text = _IEBodyReadHTML($oIE) If StringInStr($my_text, "BLABLA") > 0 Then
Golbez Posted July 3, 2008 Posted July 3, 2008 have you tried to do it yourself yet? if so post some code im sure someone will leed you in the direction muttley
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