Author: greenawayr | Posted on: 7/1/2010 12:20:36 PM | Views : 1027

Hi,
 
I have inherited a website with a webform that has javascript built in.
I am looking to leverage some of this old javascript to change the visibility of a control depending on the value of a check box.
Below is the asp.net code for the control on the form
<tr> <td style="text-align: right"> <div> <p style="margin: 0px;"> <span style="vertical-align: middle; padding-left: 3px">Please select the box if you wish to JOIN THE SCHEME</span> <asp:Image GenerateEmptyAlternateText="true" ID="imgJoinScheme" ImageUrl="~/Icons/BoxClear.gif" width="24" Height="24" style="vertical-align: middle" runat="server" /> </p> <div style="visibility: hidden; display: none"> ...

Go to the complete details ...