Hello all,
I'm obviously doing something wrong. I thought for sure there was a way to disable a button using css, but could not find the attribute on msdn, and have not been able to figure out a syntax that will work. Does anyone out there know?
This is one example that I've tried so far:
-Ovatvvon :-Q
I'm obviously doing something wrong. I thought for sure there was a way to disable a button using css, but could not find the attribute on msdn, and have not been able to figure out a syntax that will work. Does anyone out there know?
This is one example that I've tried so far:
Code:
<input type="button" id="item1" name="btnItem1" style="document.getElementById('item1').enabled='false';">
-Ovatvvon :-Q