Hi All,
I put the following in my .jsp file
<tr><td><b>*Restart WebServer</b>
<input type=checkbox name="serverN" value=http://www.webdeveloper.com/forum/archive/index.php/"activated" checked>No
<input type=checkbox name="serverY">Yes<P></td>
</tr>
-----------------------------------------------
So now my question is:
By default I checked my checkbox as "No"
I need to do like if I check one box othershould be unchecked automatically.Like by default checked "serverN" then again I should not be able to check the "serverY" checkbox.Only either of them should be able to check.I hope this can be done thru javascript.
Can anyone assist me!
Thanks in advance!
Pratibha Marisetti
(Systems Administrator)
I put the following in my .jsp file
<tr><td><b>*Restart WebServer</b>
<input type=checkbox name="serverN" value=http://www.webdeveloper.com/forum/archive/index.php/"activated" checked>No
<input type=checkbox name="serverY">Yes<P></td>
</tr>
-----------------------------------------------
So now my question is:
By default I checked my checkbox as "No"
I need to do like if I check one box othershould be unchecked automatically.Like by default checked "serverN" then again I should not be able to check the "serverY" checkbox.Only either of them should be able to check.I hope this can be done thru javascript.
Can anyone assist me!
Thanks in advance!
Pratibha Marisetti
(Systems Administrator)