VBScript Simple Alert

Simple Alert

<html>
<head>

<script type="text/vbscript">
alert("Hello!")
</script>

</head>
</html>