| JavaScript Document (8) Events (8) Strings (3) |
getElementById() works in Internet Explorer but fails in Firefox - why?
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:
|