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
What I want to share today is to use native JS to...
1.device-width Definition: Defines the screen vis...
Features of SSHFS: Based on FUSE (the best usersp...
After docker run, the status is always Exited Sol...
1. From father to son Define the props field in t...
When I first started designing web pages using XH...
Usage scenarios For existing servers A and B, if ...
Table of contents question extend Solving the pro...
Table of contents How to flatten an array 1. Usin...
Preface This article is quite detailed and even a...
[Looking at all the migration files on the Intern...
Take MySQL 5.7.19 installation as an example, fir...
Nginx can generally be used for seven-layer load ...
Migration is unavoidable in many cases. Hardware ...
A colleague reported that a MySQL instance could ...