iui issue
Posted: Thu Mar 11, 2010 10:50 pm
Hi,
I'm using iui to make a page for my domotica.
Now i'm trying to get the on/off buttons to work
I have the code below, but how can I execute a shell script with it? some with onclik?? But does it require javascript, and how kan i just simple let execute a shell script?
<div id="phone" class="panel" title="X10">
<fieldset>
<div class="row">
<label>Buitenverlichting</label>
<div class="toggle" onclick="" toggled="true"> <span class="thumb"></span><span class="toggleOn">ON</span><span class="toggleOff"$
</div>
<div class="row">
<label>Kamer</label>
<div class="toggle" onclick="" toggled="true"><span class="thumb"></span><span class="toggleOn">ON</span><span class="toggleOff">$
</div>
</fieldset>
</div>
I'm using iui to make a page for my domotica.
Now i'm trying to get the on/off buttons to work
I have the code below, but how can I execute a shell script with it? some with onclik?? But does it require javascript, and how kan i just simple let execute a shell script?
<div id="phone" class="panel" title="X10">
<fieldset>
<div class="row">
<label>Buitenverlichting</label>
<div class="toggle" onclick="" toggled="true"> <span class="thumb"></span><span class="toggleOn">ON</span><span class="toggleOff"$
</div>
<div class="row">
<label>Kamer</label>
<div class="toggle" onclick="" toggled="true"><span class="thumb"></span><span class="toggleOn">ON</span><span class="toggleOff">$
</div>
</fieldset>
</div>