[thelist] Incorporating a NOSCRIPT declaration where the script is in the header

Christian Heilmann codepo8 at gmail.com
Wed Jan 25 15:27:00 CST 2006


On 1/25/06, Richard's Evolt Account <evolt.list at gmail.com> wrote:
> On 25/01/06, Mark Groen <evolt at markgroen.com> wrote:
>
> > Simply put the alternate content inside the <noscript></noscript>
> > element pair, and you're good to go:
>
> Well that's what I tried, but that threw up validation errors when I
> tried it in the body or indeed in the head.

NOSCRIPT by definition puts out _replacement HTML content_ for
otherwise scripting generated content - much like any content inside
an OBJECT tag is displayed when the OBJECT or the necessary plugin is
not available. As the head content is not displayed in the browser, a
NOSCRIPT in the head would be pretty useless.

In short: NOSCRIPT hails back from the times when it was normal to add
for example a navigation via JavaScript in the BODY of the document.

Same as FRAMESET and NOFRAMES.

--
Chris Heilmann
Blog: http://www.wait-till-i.com
Writing: http://icant.co.uk/
Binaries: http://www.onlinetools.org/



More information about the thelist mailing list