as there is no "oncheckedchanged" event for a checkbox, you are just defining
a custom attribute. try: "onclick"
also it really a bad practice to view source to get the control names, you
shouald ask the control for is ClientID:
-- bruce (sqlwork.com)
> I need a javascript to either enable or disable the dropdowns when the user
> clicks on the checkbox and do NOT post back to the server.
[quoted text clipped - 7 lines]
>
> zlf
zlf - 12 Feb 2008 17:53 GMT
"onclick" does not work too :(
"bruce barker" <brucebarker@discussions.microsoft.com> дÈëÏûÏ¢ÐÂÎÅ:F64E8F05-6FE8-44DB-AC31-8A3848E40045@microsoft.com...
> as there is no "oncheckedchanged" event for a checkbox, you are just
> defining
[quoted text clipped - 18 lines]
>>
>> zlf