Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Client Side JScript
Message
General information
Forum:
ASP.NET
Category:
Other
Miscellaneous
Thread ID:
00936605
Message ID:
00936611
Views:
26
Hello Fred,

You can do something like...
<input type="checkbox" id="chkWhatever" onclick="chkWhatever_onclick()">


<SCRIPT language="javascript">

   function chkWhatever_onclick()
   {
       try
       {
           /// Something like this
           txtMyTextBoxToDisable.disabled = !chkWhatever.checked;

       }
       catch(e)
       {
            throw(e);
       }

   }

</SCRIPT>
Hope that helps
Alex
Alexandre Boudreault-Ferland
Chief Technology Officer
AZUR Technologies
http://www.xicommunity.ca
http://www.xiazur.com
http://endfunction.blogspot.com
Previous
Reply
Map
View

Click here to load this message in the networking platform