The readonly attribute of input differs from the readonly and enabled attributes of textbox.

Source: Internet
Author: User

Readonly attribute of input: you can modify the input value through JS and submit it to the server to obtain the modified value.

 

The readonly attribute of textbox: Modify the text value through JS and submit it to the server. The server provider cannot obtain the modified text value, that is, it cannot modify the text value through JS and submit it back to the server,However, you can use reqest. Form [ID] to obtain the modified JS value.. The text value remains unchanged after being uploaded back to the server.

 

The enabled attribute of textbox is similar to readonly,First, the style will become gray, and reqest. Form [ID] will be empty.

 

 You can add the readonly attribute to the attribute of textbox in the background to achieve the same effect as setting input to readonly.

 

Reprinted from: http://www.cnblogs.com/longjxchina/archive/2010/11/29/1891418.html

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.