If you see this message, your browser is not running JavaScript. This provides a way of dealing with browsers that don't support javascript  



<html>
<head>

<script type="text/javascript">
<!--
alert ("This is a JavaScript ALERT box.")
// -->
</script>

<noscript>
If you see this message, your browser is not running JavaScript.
</noscript>

</head>
<body>
Main page contents here.
</body>
</html>