Jump to content

Searching Help


 Share

Recommended Posts

Posted Image

What i'm looking for is some kind of search function which searches through all of the home page's documentText.

If it contains "Brugernavn" then the script will continue

if it is not an opportunity and if you have other methods please post it ;)

Hope you guys can help me :)

best Regards

Croell

Link to comment
Share on other sites

$file = InetRead("http://www.website.com")
$file = BinaryToString($file)

If StringInStr($file,"Brugernavn") Then
    MsgBox(0,"Result","Yay !")
Else
    MsgBox(0,"Result","Boooo !")
EndIf

AutoIt Absolute Beginners    Require a serial    Pause Script    Video Tutorials by Morthawt   ipify 

Monkey's are, like, natures humans.

Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...