2
0
0
P粉860897943
P粉860897943

reply all (2)
P粉722409996

Use Jquery and send data using ajax, you can solve your problem:

    P粉298305266

    Elements with thedisabledattribute are not submitted, or you can say that their values are not posted (seeHTML 5 Specification for Building Form Datasets).

    Right now,

    FYI, as per17.12.1In the HTML 4 specification:

    1. Disabled controls will not receive focus.
    2. Disabled controls are skipped in tab navigation.
    3. Disabled controls cannot be published successfully.

    You can use thereadonlyattribute in your case, by doing this you will be able to post the data of the field.

    Right now,

    For reference only, according to17.12.2In the HTML 4 specification:

    1. Read-only elements gain focus, but cannot be modified by the user.
    2. Contains read-only elements in tabbed navigation.
    3. The read-only element was published successfully.
      Latest Downloads
      More>
      Web Effects
      Website Source Code
      Website Materials
      Front End Template
      About us Disclaimer Sitemap
      php.cn:Public welfare online PHP training,Help PHP learners grow quickly!