Subj : Re: document.all? To : Chris Du From : Brendan Eich Date : Fri Jan 28 2005 10:42 am Chris Du wrote: > It seems IE supports document.all but Mozilla does not. > How to modify the code to let Mozilla support this? > Thanks. You are in the wrong newsgroup -- see headers. Mozilla as of 1.7.5 and Firefox as of 1.0 do support document.all in a limited way: only for pages that fail to detect document.all support with 'if (document.all) {IE code here...} else {Gecko/Safari/etc. code here}'. /be .