I have an IP Socket where I'm able to switch from On to Off in a webinterface site. These functions are called by a Javascript function called schalten().
Because the manufacturer of this gadget is not making any app, I am trying to make one on my own. To do this, I need to know how to call the function outside of the website.
I would prefer working with a link like: htttp://192.168.1.200/index.htm (now i need to know how to call the function from there).
This is the function which is inside the index.htm file:
value="Einschalten" onclick="schalten()" />
</div>
<div class="fl-l">
it is a button on the website called "Einschalten" or when its on "Ausschalten". This app is only for my home and not for sale! Thank you very much !