An ASP Form Which Submits to Itself
This tutorial will hopefully teach you how to create an ASP page with a form which submits to itself. This demonstration will use the form below to gather information, and when that form is posted, will return to this page with the form populated with the information you've entered, along with an explanation of how it was done. As you can see, there is no explanation yet. But after you submit the form, it will "magically" appear below the form, on this same page. Isnt' that exciting? I can't wait, can you? So, let's get started!
See all the code.