Menu

JAVASCRIPT TUTORIALS - Javascript - Enabling

Javascript - Enabling

ADVERTISEMENTS


<html>
<body>

<script language="javascript" type="text/javascript">
<!--
   document.write("Hello World!")
//-->
</script>

<noscript>
  Sorry...JavaScript is needed to go ahead.
</noscript>
</body>
</html>

ADVERTISEMENTS
ADVERTISEMENTS