The info on ths page is being submitted to post.aspx. Post.aspx has the following code:
<%@ Page Language="VB" %>

<html>
<head>
</head>
<body>
    Welcome to post.aspx. You entered:
    <% response.write(request.params("name")) %>
    
</body>
</html>