zxtnt09 Posted October 10, 2015 Share 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 Link to comment Share on other sites More sharing options...
Developers Jos Posted October 10, 2015 Developers Share 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. Link to comment Share on other sites More sharing options...
zxtnt09 Posted October 10, 2015 Author Share Posted October 10, 2015 Thanks For other people : Local $dData = InetRead("http://example.com/some.html",1) Link to comment Share on other sites More sharing options...
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