I am trying to read an int variable from a web page. The web page includes a reading fom a sensor which wants to represent graphically in Java.
The content of the website "http://example.com/value.php?value=1" is only the value that I want to read.
For example the number "5".
Does anyone know a simple way to use this value as a variable in javascript?