sev0n Posted April 12, 2010 Share Posted April 12, 2010 Hello, im looking for a function in ie.au3 that works just like the _FFSearch in FF.au3. I need to check, if a String is in the current displayed page. sry 4 my bad english. sev0n Link to comment Share on other sites More sharing options...
Negative1 Posted April 12, 2010 Share Posted April 12, 2010 Hello,im looking for a function in ie.au3 that works just like the _FFSearch in FF.au3.I need to check, if a String is in the current displayed page.sry 4 my bad english.sev0nHi Sev0n,What you could do is:_IEBodyReadText()StringSearch()the first will save the current pages text to a string variable which you can then use all the string functions to search, trim, and edit the text.Let me know if you need more specific help.-1 What are we going to do tonight Brain?Same thing we do every night Pinky try to automate the world. Link to comment Share on other sites More sharing options...
sev0n Posted April 12, 2010 Author Share Posted April 12, 2010 Thanks, thats exactly what i was looking for greetz Link to comment Share on other sites More sharing options...
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