Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

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 !

share|improve this question
1  
Have you tried contacting the developers of the site? They may be supportive of your attempts/interest, and are definitely more able to answer your questions. – David Thomas Jun 9 '12 at 13:31

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.