Web remote

Hi you all,
I'd like to control a relay through a web page. The problem is, I'd like to have a press and hold
option to switch the relay on as long as I press a web button.
Thx a lot for any ideas.

Martin

The problem is, I'd like to have a press and hold
option to switch the relay on as long as I press a web button.

You will need to have some java scripting that deals with the button press and with the button release. You will, in that scripting, make a GET request when the button is pressed and another when it is released.

This is not the "how do I write java scripting to do that" forum.

PaulS:
java

You probably meant JavaScript (which has nothing to do with Java)