<%@ Language = VBScript %> <% Option Explicit %> Form Posting Form Posting

This page will take the information entered in the form fields, and use the POST method to send the data to an ASP page.

First Name:

Last Name:


<% Response.Write Request.form("fname")%>
<% Response.Write Request.form("lname")%>