Link to home
Start Free TrialLog in
Avatar of mannevenu
mannevenu

asked on

Disable panels in C#.net using javascript only for mozilla

Hi all,
           I want to disable the panles in mozilla forefox. I write the following code. It is working fine with IE but it is not working with Firefox. Please help me.

document.getElementById('<%=Panel1.ClientID%>').disabled=true;
ASKER CERTIFIED SOLUTION
Avatar of Albert Van Halen
Albert Van Halen
Flag of Netherlands image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial