Javascript Differences in Mozilla Firefox and Internet Explorer
document.all
Internet Explorer 4 introduced the document.all DOM (document object model) to allow access to the various parts of the web page. Soon after that the standard DOM method getElementById was introduced and is therefore available in all version 5+ browsers. This means that the document.all references are only needed to support IE4.
document.all doesn’t work mozilla [...]
Filed under: Javascript, Mozilla Firefox, Web Application | Tagged: Internet Explorer, Javascript browser compatibility, Javascript Differences in Mozilla Firefox and Internet, Javascript does not working in mozilla firefox, Mozilla Firefox, Mozilla Firefox and internet explorer, Mozilla Firefox bugs, Mozilla firefox does not supports DOM, Mozilla Firefox does not supports javascript functions | 8 Comments »