<head>
<title>Demonstrating the JScript Windows Script Engine (WSE)...</title>
</head>

<body>
  <script language="JScript">
     document.writeln( "Greetings from JScript!" )
  </script>
</body>