Jump to content

Recommended Posts

Posted (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 by Electon

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
×
×
  • Create New...