HTML <noscript> tag
Definition and Usage
The noscript element is used to define an alternate content (text) if a script is
NOT executed.
This tag is used for browsers that recognizes the <script> tag, but
does not support the script in it.
Differences Between HTML and XHTML
NONE
Tips and Notes
Note: If a browser supports scripting, it will not display the text
in the noscript element.
Note: Browsers that do not recognize the <script> tag will display the
tag content as text on the page. To prevent browsers from doing this, you
should hide the script in comment tags. An old browser (one that does not
recognize the <script> tag) will ignore the comment, and not write the tag
content on the page. A new browser will understand that the script should
be executed, even if it is surrounded by comment tags!
Examples
JavaScript:
<body>
...
...
<script type="text/javascript">
<!--
document.write("Hello World!")
//-->
</script>
<noscript>Your browser does not support JavaScript!</noscript>
...
...
</body>VBScript:
<body>
...
...
<script type="text/vbscript">
<!--
document.write("Hello World!")
'-->
</script>
<noscript>Your browser does not support VBScript!</noscript>
...
...
</body>
|
Standard Attributes
| id, class, title, style, dir, lang, xml:lang |
For a full description, go to Standard
Attributes.
Event Attributes
NONE
Try-It-Yourself Demos
Work with browsers that do not support scripts
How to handle browsers that do not support scripting.
The Ektron Intranet
lets you do everything you need to do on your corporate intranet and everything you want to do... all with just one application.
What can you do with the Ektron Intranet? |

|
Navigate through content, documents, assets, colleagues and workgroups quickly and intuitively with enterprise search |

|
Communicate with friends and colleagues with forums, message boards and corporate blogging using the new Social Networking Platform |

|
Promote collaboration among coworkers in your organization through project workspaces where others can efficiently find information and work together |

|
Personalize your company profile by bookmarking and organizing favorite content, uploading assets, posting photos, blogging, and more |

|
Interact with features like tagging, flagging, wikis and ratings found in the Web 2.0 Toolbox |
 |
Author/edit content, manage navigation, menus, audit trails, workflow and approvals with the best in breed Content Management |
|
|
|
|
See why there are 20,000+ Ektron integrations worldwide. Request an
INSTANT DEMO or download a
FREE TRIAL today. |
|