[Html] button problems, button Problems

Source: Internet
Author: User

[Html] button problems, button Problems
Problem:

When the type attribute is not set, the button does not work in different browsers. For example:

Html:

<! Doctype html> 

Result. php:

<?php echo $_POST['txt'] ?>

We found that the form can be submitted normally if you click ie8 or later, but under ie6 or ie7, the button does not respond.

Cause:

Why is there a difference? Because the type attribute is not set for the button, the type of the button to be parsed in different browsers is different.

Through w3school, we can find that we always need to specify the type attribute for the button. The default type of Internet Explorer (ie6 and ie7 tested) is "button", while the default value of other browsers (including W3C specifications) is "submit ". Click here for details.

Finally, let's modify the demo:

<! Doctype html> 

PS:

This article aims to remind you to specify the corresponding type for the tag when using the button.

Related Article

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.