1. IE8's getElementById only supports id, not name For example: <input type="text" name="txt1"> Use in IE8: var obj = document.getElementById("txt1"); At this time obj will be equal to null 2. The <button> tag in IE8 will submit the Form by default, because the type of the <button> tag in IE8 is submit by default, so either set type=button or set onclick to return false; |
<<: Web Design: When the Title Cannot Be Displayed Completely
>>: Solve the problem of setting Chinese language pack for Docker container
Adding the rel="nofollow" attribute to ...
(I) Installation of mysql5.7: ❀ Details: The inst...
As we all know, mailto is a very practical HTML ta...
Table of contents 4 isolation levels of MySQL Cre...
Table of contents splice() Method join() Method r...
<br />Related articles: 9 practical suggesti...
This article shares the specific code for JavaScr...
1. Introduction to Apache Bench ApacheBench is a ...
Table of contents 1. Truncate operation 1.1 What ...
Table of contents 1. Installation 2. Import into ...
The general way of writing is as follows: XML/HTM...
<br />Web Design and Production Test Part I ...
This article records the installation graphic tut...
The purpose of setting up MySQL query cache is: C...
Table of contents Preface ErrorBoundary Beyond Er...