View Single Post
Old 11-28-2012, 11:51 AM   PM User | #2
Philip M
Supreme Master coder!

 
Philip M's Avatar
 
Join Date: Jun 2002
Location: London, England
Posts: 17,102
Thanks: 197
Thanked 2,421 Times in 2,399 Posts
Philip M has a spectacular aura aboutPhilip M has a spectacular aura aboutPhilip M has a spectacular aura about
Sorry, NS4 and IE4 went the way of all flesh a long time ago.

document.all was a feature if IE4 and it is no longer supported by IE9. document.layers went out with NS4.

Without a doctype IE defaults to quirks mode. (No standard).

You will need to find more up-to-date code if you want the code to validate in modern browsers.

All advice is supplied packaged by intellectual weight, and not by volume. Contents may settle slightly in transit.
__________________

All the code given in this post has been tested and is intended to address the question asked.
Unless stated otherwise it is not just a demonstration.

Last edited by Philip M; 11-28-2012 at 11:56 AM..
Philip M is offline   Reply With Quote