| JavaScript Document (8) Events (8) ExtJS (9) Strings (3) |
getElementById() works in Internet Explorer but fails in Firefox - why?
(1 votes). Leave comments and/ or rate it.
Question: getElementById() works in IE but fails in Firefox - why?Answer: If you have forgotten to add the element's name as an ID, then Internet Explorer will find it, if the name is given.
Comments:
| ||||||||||||||||||||||||||||