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

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