Results 1 to 3 of 3

Thread: noscript

  1. #1

    Thread Starter
    Frenzied Member Rick Bull's Avatar
    Join Date
    Apr 2002
    Location
    England
    Posts
    1,444

    noscript

    I was just reading through the HTML 4.01 specs on script, and it said:

    The content of a NOSCRIPT element should only be rendered by a script-aware user agent in the following cases:
    • The user agent is configured not to evaluate scripts.
    • The user agent doesn't support a scripting language invoked by a SCRIPT element earlier in the document
    But if you do something like this:

    Code:
    <script type="text/vbscript"><!--
      document.writeln("<p>Hello From VBScript<" & "/p>")
      document.close()
    '--></script>
    <noscript><p>Hello from plain old HTML.</p></noscript>
    No browser seems to diplay the noscript section. But it should, right?

  2. #2
    New Member
    Join Date
    Dec 2002
    Location
    Madison Wisconsin
    Posts
    7

  3. #3

    Thread Starter
    Frenzied Member Rick Bull's Avatar
    Join Date
    Apr 2002
    Location
    England
    Posts
    1,444
    Thanks for the reply. I had already submitted a couple of bug reports, but I doubt anything will get done Actually Opera does support the noscript element in this contect, but only if you provide a language attribute (which is not valid strict HTML). But at least it does something.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width