croell 0 Posted August 23, 2010 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 continueif it is not an opportunity and if you have other methods please post it Hope you guys can help me best RegardsCroell Share this post Link to post Share on other sites
JohnOne 1,603 Posted August 23, 2010 $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. Share this post Link to post Share on other sites