Internet Explorer 4 used document.all['elementName'] to refer to document elements while waiting for the W3C standard, which turned out to be document.getElementById('elementName') . IE 5 and above, plus all other modern standards based browsers, all...