Electon 0 Posted August 25, 2010 (edited) Hello all. I'm trying to create a new web browser for blind people. I am navigating to a page and reading the html so that I can perform a _stringbetween operation. The problem is it keeps returning an empty string even though I know its matching my delimiters. I am able to msgbox the entire html just fine but I cant get stringbetween to work on this particular page. Is this some kind of character encoding issue? Here is my code: _IENavigate($ie,"https://edit.yahoo.com/registration",1) $bodyHtml = _IEBodyReadHTML($ie) $curl = _StringBetween($bodyHtml,'spaceid','position') MsgBox(0,"test",$curl) Edited August 25, 2010 by Electon Share this post Link to post Share on other sites
Electon 0 Posted August 25, 2010 nevermind im an idiot. array is returned. Share this post Link to post Share on other sites