|
-
April 12th, 2009, 08:25 PM
#3
Re: ajax post receives disabled value
 Originally Posted by PeejAvery
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.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|