<%@ Language = JScript %> 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")) %>