I agree, why hack document.all if there are perfectly useable functions that are universal?
But I ran across this today mentioning document.all and Moz/FF:
http://www.mozillazine.org
The reason I ask is that I'm trying to discourage use of document.all by our developers to improve cross-browser functionality.
If document.all had been implemented in Moz/FF as well, that pretty much kills my argument right there.
Main Topics
Browse All Topics





by: dfu23Posted on 2005-02-07 at 07:15:14ID: 13245083
document.all is an Internet Explorer specific thing that is not a W3C DOM standard which is the standards that Maz/FF follow. You could write a JS statement to hack things and make document.all work in Moz/FF (document.getElementById) ... but what's the point?