Quote Originally Posted by PeejAvery View Post
There is no true value for the disabled attribute.

Code:
<input type="text" name="text1" value="" disabled="disabled" />
Or...shorter...

Code:
<input type="text" name="text1" value="" disabled />

hmm.. i tried your methods but still, the disabled value is POSTED.