|
-
Nov 12th, 2002, 03:48 PM
#1
Thread Starter
Frenzied Member
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?
-
Dec 3rd, 2002, 03:40 PM
#2
New Member
-
Dec 4th, 2002, 06:19 AM
#3
Thread Starter
Frenzied Member
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|