<html>
<head>
<script>
alert("Great, Javascript is enabled!");
</script>
</head>
<body>
<noscript>Damn, Javascript is not enabled</noscript>
</body>
</html>
Save the file and open it in your browser...
<html>
<head>
<script>
alert("Great, Javascript is enabled!");
</script>
</head>
<body>
<noscript>Damn, Javascript is not enabled</noscript>
</body>
</html>
| Now we have got some coding tips for the developers amongst you! |