get "attenzione" if in response exists
my code:
url="https://www.xamig.com/superenalotto/2005/12/31/risultati-montepremi-vincite-estrazione.php"
...
Code:
...
With http
.Open "GET", URL, False
.send
Do: DoEvents: Loop Until .readyState = 4
html.body.innerHTML = .responseText
End With
...
if the page dont have a correct result appear the text like this:
Attenzione! Si è verificato un errore: estrazione non trovata.
I need to get the result in myvar
note:
instead if the result is correct result see here:
https://www.xamig.com/superenalotto/...estrazione.php