Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
I have a problem when trying to read URL info from HREF TAG. The URL is truncated.
Doing some research I found the root cause. The HTML from the source webpage uses single quote to enclose the URL inside HREF TAG.
I save the page to local disk, modified the html changing the single quote by a double quote on these tags.
Now when I read this modified html, the LOAD command can interpret the entire URL.
I think that my source html is not complaint with W3C standards. How to solve this on my script ?
I didn't found an option to modify this behavior on the script.
I attached the application and html sources.