chadorbaf
11-05-2003, 06:21 PM
Hi,
In my form i need to make a row invisible/visible by clicking a button. Let's say there are 20 check boxes along with other input tags on the form like following :
<form name="frm">
<tr bgcolor="FFC0CB">
<input type=checkbox name="c1">First name
<input type=checkbox name="c2">Last Name
......
.....
</tr>
<tr>
<input type=text name="t1">
<input type=text name="t2">
.....
</tr>
</form>
I'd like to make visible/invisible the entire row which is included of check boxes and lables.
Thanks for sgaring your idea. Would be perfect if any code is available.
In my form i need to make a row invisible/visible by clicking a button. Let's say there are 20 check boxes along with other input tags on the form like following :
<form name="frm">
<tr bgcolor="FFC0CB">
<input type=checkbox name="c1">First name
<input type=checkbox name="c2">Last Name
......
.....
</tr>
<tr>
<input type=text name="t1">
<input type=text name="t2">
.....
</tr>
</form>
I'd like to make visible/invisible the entire row which is included of check boxes and lables.
Thanks for sgaring your idea. Would be perfect if any code is available.