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