Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Client Side JScript
Message
Information générale
Forum:
ASP.NET
Catégorie:
Autre
Divers
Thread ID:
00936605
Message ID:
00936611
Vues:
27
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
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform