zxtnt09 Posted October 10, 2015 Posted October 10, 2015 Hi guys,when i use that : Local $dData = InetRead("http://example.com/my.html") $my = BinaryToString(StringReplace($dData, "0A", "0D0A"), 4)this data for example is : "Hello"when i try to change data in "my.html" to another thing,it was say : "Hello" too !no changing i think i need something like : ajax, clear cache, forced refresh, and or something you know is better.thanks
Developers Jos Posted October 10, 2015 Developers Posted October 10, 2015 Try enabling the $INET_FORCERELOAD option in the second parameter.Jos zxtnt09 1 SciTE4AutoIt3 Full installer Download page - Beta files Read before posting How to post scriptsource Forum etiquette Forum Rules Live for the present, Dream of the future, Learn from the past.
zxtnt09 Posted October 10, 2015 Author Posted October 10, 2015 Thanks For other people : Local $dData = InetRead("http://example.com/some.html",1)
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now