This Script simply displays a messagebox
<html> <title>Your Page Title</title> <body>
This is the code that displays the message Hello World
<script language = "vbscript"> msgbox "Hello World" </script>
</body> </html>