Hi All,
I have a question and I need your expert help.
I would like to do the followings:
I have 1 Check-box for Manual and Two radio Buttons for On and Off.
I need to establish : When someone click the check-box - it would automatically disable the other two radio buttons and when the check-box is unchecked the radio buttons return to enabled.
I have written the following:
= My Code Starts Here ======================================
<p><img border="0" src="buttonGL.png" style="left:10px;top:14px;width:100px;height:120px;text-align:left; position:absolute"></p>
<div id="sys_m_sp" class="data" style="left:20px;top:38px;width:100px;height:60px;text-align:left; position:absolute">
<input name="sysmodeSetpoint-cb" type="checkbox" value="1"onclick="sysmodeSetpoint.disables=true"/>Manual<br/>
</br>
<input name="sysModeSetpoint" type="radio" value="0" onclick="parent.toggleRadios(this)"/>Off<br/>
<!-- <input name="sysModeSetpoint" type="radio" value="1" onclick="parent.toggleRadios(this)"/>Standby<br/> -->
<input name="sysModeSetpoint" type="radio" value="3" onclick="parent.toggleRadios(this)"/>On
</div>
= My Code Ends Here ======================================
I'm not getting anything at all- Please Help me I need it asap for a little project that I'm working on.
Thanks in advance,
Arye![]()



- Please Help me I need it asap for a little project that I'm working on.
Reply With Quote


Bookmarks