Home >Web Front-end >HTML Tutorial >I encountered IE8 compatible notes_HTML/Xhtml_web page production
1. IE8's getElementById only supports id, not name
For example:
Used in IE8: var obj = document.getElementById("txt1");
At this time obj will be equal to null
2. The