HTML/CSS/Object Tags/noscript
"noscript" Example
<html>
<script language="JavaScript">
<!--function name() {commands} //-->
</script>
<noscript>Your browser doesn"t support script codes.</noscript>
</html>
<html>
<script language="JavaScript">
<!--function name() {commands} //-->
</script>
<noscript>Your browser doesn"t support script codes.</noscript>
</html>