Bit of a noob when it comes to js. Hope someone can help me out.
I am trying to place text output from a url on another webpage.
The output is the status of an alarm system.
The URL is:
hash and mac info remove for security reasons.
The URL leads to a webpage that outputs:
I would like to place these three outputs on another page.
Any ideas?
I am trying to place text output from a url on another webpage.
The output is the status of an alarm system.
The URL is:
Code:
https://www.eye-zon.com/EZMOBILE/index.php?mid=<hash>&action=ssi&did=<mac>
The URL leads to a webpage that outputs:
Code:
<update>2011-08-18 21:21:10</update><status> Stay Armed </status><trouble>NO</trouble>
Any ideas?
Comment