1 Hour SEO : Domain Registration Bank : Ecommerce Dictionary : GoDefy : Great Web Design Tips
JavaScript 2 : Jumbo Keyword : Marketing Tips Store : Michael Wong Blog : Mike's Marketing Tools
Search Engines 2 : SEO eBook : Text Links Ads : Text Links Guide
 
Web HTML-HTML.com
You are here: HTML > Scripts

<NOSCRIPT>

Usage Recommendation
use it if you use <SCRIPT ...>

<NOSCRIPT> is for content that should only be rendered (i.e. displayed) if the browser does not use JavaScript or other scripting languages. For example, the following code outputs the current time if the browser does scripting , and otherwise links to a time server:

<SCRIPT TYPE="text/javascript">
<!--
document.write("<I>Right now:</I> " + new Date());
//-->
</SCRIPT>

<NOSCRIPT>
Check out the current time:
<A HREF="http://www.worldtimeserver.com">World Time Server</A>
</NOSCRIPT>

which gives the following script and <NOSCRIPT> content. Remember that if your browser does scripting then you won't see the contents of <NOSCRIPT>.

<<< back to Scripts

          

Copyright © 2002-10 Art Dacor USA LLC. All Rights Reserved.
3727 West Magnolia Blvd #489, Burbank, CA, 91505, USA.
www.HTML-HTML.com