Hello,
1. The document.all property (array?) seems to be a popular IE-only
attribute. Other browsers (Opera, Mozilla) do not seem to care for it which,
of course, occasionally produces weird displays and non-functional links.
Is it, indeed, a IE-ism?
2. While experimenting with the elusive document.all, I ran into a sort of
catch-22, it least with Mozilla. I tried testing (null == document.all) to
decide if the property exists, and get a warning (in the Mozilla Javascript
console) that the property does not exist. Hm.
Is there a robust way to test for a property that may not exist? A way
that does not generate warnings or errors about that non-existence?
--
jim moe
1. The document.all property (array?) seems to be a popular IE-only
attribute. Other browsers (Opera, Mozilla) do not seem to care for it which,
of course, occasionally produces weird displays and non-functional links.
Is it, indeed, a IE-ism?
2. While experimenting with the elusive document.all, I ran into a sort of
catch-22, it least with Mozilla. I tried testing (null == document.all) to
decide if the property exists, and get a warning (in the Mozilla Javascript
console) that the property does not exist. Hm.
Is there a robust way to test for a property that may not exist? A way
that does not generate warnings or errors about that non-existence?
--
jim moe
Comment