Quantcast
Channel: AutoIt v3 - General Help and Support
Viewing all articles
Browse latest Browse all 12506

How to read from XML page

$
0
0
I am using the below code to get the string between HTML tags but I am not getting what I want. Can anyone help.
 
$sUrl = InputBox ("Required Information", "Enter the URL", "", "", - 1, -1, 0, 0)
$oIE = _IECreate($sUrl)
$sHTML = _IEDocReadHTML($oIE)
$Results = _StringBetween($sHTML, '<status','/status>')
MsgBox(0, 'DONE!!!', 'The error code is ' & $Results)

Viewing all articles
Browse latest Browse all 12506

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>