i have a simple script that check proxy on ip-score.com(with ie.au3) my code #include <MsgBoxConstants.au3> #include <IE.au3> Local $oIE = _IECreate("http://www.ip-score.com/", 1, 1, 1, 1) Sleep(5000) Local $TimeZone = _IEBodyReadText($oIE) _IEQuit($oIE) problem is that in internet Explorer is a proxy(not automatic/direct connection) ie sometime load the page but sometime not, and i get "The page cannot be displayed" If a make