T
Thomas 'PointedEars' Lahn
David said:On Jul 31, 9:30 am, Thomas 'PointedEars' Lahn <[email protected]>
wrote: [snip]
Could you *please* at least try to retain context?
[Context restored]
What does? And in what version of Netscape? The later revisions
were tested in at least two versions of Netscape (as well as six
other browsers and a cell phone.)
The NRLB has been spotted in all Netscape 4.x versions. Since it is
kind of a heisenbug (not reproducible, probably due to a caching issue),
you are not likely to encounter it when you are looking for it. You
will, however, encounter it at least once in the script's lifetime. It
does exist.
The NRLB is (AFAIK) as follows: (At least) Netscape 4.x cannot handle
dynamically written code in the `head' element, reason unknown.
Maybe one of the other regulars can explain it in more detail. I had
only heard of it in de.comp.lang.javascript, tested it, and saw it
confirmed several times. So I avoid to trigger it again, and recommend
so. Especially when using style includes that Netscape 4.x does not
support makes it unnecessary in the first place:
<link rel="stylesheet" href="!ns4.css" type="text/css"
media="screen">
I have no idea what that means. But you may wish to keep reading the
thread as the example has been discussed to death and revised five
or six times.
I am talking about the CSS rules that you include with scripting above.
That could be facilitated if you simply set the style on each fitting
element through interation. However, when I think about it, if NN4 was
a target browser, which does not support that approach, the above
proposition would be reasonable instead.
Needlessly proprietary approach. The (X)HTML body element provides[...] window.onload = windowLoad;
a standards compliant and well-supported `onload' event handler
attribute:
That line is in the head of the document. The body element doesn't
exist at that point.
Non sequitur.
I never use inline event attributes. That was a topic of another
recent thread about unobtrusive scripting.
So you are *deliberately* making your code *not interoperable* by
insisting on using *proprietary* features where a *well-supported*
*standards-compliant* alternative exists? I think that is to be called
ignorant incompentence.
Don't quote name signatures unless you refer to it, please.
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
What is this from?
Read the Source, Luke.
PointedEars€