Silkrouyt Posted March 1, 2015 Posted March 1, 2015 Hi, How can I read the value of an element of a webpage without server request ? For example, a countdown on a web page. I tried InetGet(), but without success.
JohnOne Posted March 1, 2015 Posted March 1, 2015 (edited) InetRead() Try it, and show your code if unsuccessful. EDIT: Scrap that it wont work. Some people have had success with chrome udf in Example Scripts section, I did not when I tried it, worth having a look at though. It's not what you asked, but I'd consider using IE with the IE udf which works well. Edited March 1, 2015 by JohnOne AutoIt Absolute Beginners Require a serial Pause Script Video Tutorials by Morthawt ipify Monkey's are, like, natures humans.
Gianni Posted March 1, 2015 Posted March 1, 2015 maybe the countdown is performed by javascripts on the client (not on the server), so you should read data from the web browser. In this case the previous post by JohnOne gives you a possible choice. You should be more precise, perhaps giving if possible a link of a web site for example. Chimp small minds discuss people average minds discuss events great minds discuss ideas.... and use AutoIt....
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