Text Links Ads : Marketing Tips Store : Search Engine Optimization Strategies
WebPosition Gold Pro : Domain Registration Bank : Optilink Software : GoDefy
Mike's Marketing Tools : Mike's Ecommerce Software : Text Links Guide
 
Web HTML-HTML.com
You are here: HTML Codes > 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-8 Art Dacor USA LLC. All Rights Reserved.
3727 West Magnolia Blvd #489, Burbank, CA, 91505, USA.
www.HTML-HTML.com