mike73 0 Posted August 13, 2010 Hi there! N00b here so if anyone can help that would be awesome! This is I'm looking for Script that checks for the first 28 chars or a URL on a page, then clicks the URL and proceeds to the next something like go to page (www.thisisit.com) if left(url,28)="http://www.test.com/test.php" then click (url) endif If you need more info just lmk thanks a million! Mike Share this post Link to post Share on other sites
AlmarM 22 Posted August 13, 2010 _IE* functionsStringInStrStringLeft MinesweeperA minesweeper game created in autoit, source available._Mouse_UDFAn UDF for registering functions to mouse events, made in pure autoit.2D Hitbox EditorA 2D hitbox editor for quick creation of 2D sphere and rectangle hitboxes. Share this post Link to post Share on other sites
mike73 0 Posted August 13, 2010 _IE* functionsStringInStrStringLeftthanks but I did try before I postedI got the sample script but it only works with text ON the site not with URLs, did also try inner outer html couldnt get it to workAny ideas?Used this script but cant get it to work...$sMyString = "http://www.qwerty.com/qwerty"$oLinks = _IELinkGetCollection($oIE)For $oLink in $oLinks $sLinkText = _IEPropertyGet($oLink, "outerhtml") If StringInStr($sLinkText, $sMyString) Then _IEAction($oLink, "click") ExitLoop EndIfNext Share this post Link to post Share on other sites
mike73 0 Posted August 13, 2010 anyone? any help is appreciated! Share this post Link to post Share on other sites
mike73 0 Posted August 14, 2010 anyone? any help is appreciated!can someone pls help I really dont know how to handle thisthanks a lot! Share this post Link to post Share on other sites