Forum Moderators: open
Thanks,
Mandy
N6.x, N7.x, IE5.x, IE6.x
document.layers is supported by only this browser:
N4.x
document.all is supported by the following browsers:
IE4.x, IE5.x, IE6.x
The way of the future lies with document.getElementById, so use this as your default for all modern browsers, and sniff for N4.x (use document.layers) and IE4.x (use docment.all).