How to disable as:Checkbox in Netscape 7

K

Kekec

I have several disabled asp:checkboxes in my table, but when i open this
page in Netscape 7, Disabled property is ignored. Offcourse in IE is all
perfect!

Can someone help me with this one?
 
M

Michael Ramey

how are you trying to disable this checkbox, here's how I did it, worked in
both browsers..

<form runat="server">
<asp:checkbox id="blah" runat="server" enabled="false"></asp:checkbox>
</form>
 
K

Kekec

No, that doesnt work in netscape 7, maybe is just some property for which I
dont know but if I use this, and check the source I receive this:

....
<span disabled="disabled"><input id="testcb" type="checkbox" name="testcb"
checked="checked" /><label for="testcb">Test</label></span>...
you can see that span element is disabled but not checkbox, and I can still
check or uncheck this checkbox!

any idea!?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
474,434
Messages
2,571,691
Members
48,796
Latest member
Greg L.

Latest Threads

Top