Contents


On-line Guides
All Guides
eBook Store
Android
Linux for Beginners
Office Productivity
Linux Installation
Linux Security
Linux Utilities
Linux Virtualization
Linux Kernel
System/Network Admin
Programming
Scripting Languages
Development Tools
Web Development
GUI Toolkits/Desktop
Databases
Mail Systems
openSolaris
Eclipse Documentation
Techotopia.com
Virtuatopia.com

How To Guides
Virtualization
General System Admin
Linux Security
Linux Filesystems
Web Servers
Graphics & Desktop
PC Hardware
Windows
Problem Solutions

 

 

<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>.

 
 
  Copyright 1997-2002 Idocs inc. Published under the terms of the Open Content License Design by Interspire