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
I searched a lot online and found that many of th...
Table of contents Phenomenon Root Cause Analysis ...
Table of contents 1. Variable Overview 1.1 Storag...
Table of contents 1. The origin of tomcat 1. Tomc...
Preface Many friends who have just come into cont...
Table of contents 01 sql_slave_skip_counter param...
React is different from Vue. It implements route ...
Table of contents 1. typeof 2. instanceof 3. Diff...
Many people have read this book: "Grow as a ...
Whether it is the background image or the text siz...
Introduction to influxDB influxDB is a distribute...
1. Enter the directory where your project war is ...
The implementation of expanding and collapsing li...
The development of Docker technology provides a m...
Pop-up news is common in domestic Internet servic...