How To Create a Reentrant ASP Page (260529)
The information in this article applies to:
- Microsoft Active Server Pages
- Microsoft Internet Information Server 4.0
- Microsoft Internet Information Server 5.0
- Microsoft Visual Basic, Scripting Edition 4.0
- Microsoft Visual Basic, Scripting Edition 5.0
This article was previously published under Q260529 SUMMARY
It is possible to create a single ASP page that can both display an HTML form to gather user input, and process the values that are submitted in the form. This can be implemented by setting the ACTION parameter of the FORM tag to the same ASP page that hosts it, and writing server-side script to conditionally display the form or process the input that is submitted by using the form. Such an ASP page is called a Reentrant ASP page.
HTML forms are commonly used in Internet and intranet applications to gather user input and feedback. The information entered or selected in the HTML intrinsic controls on the form are usually submitted to an ASP page on the Web server. The ASP page processes the user inputs and generates a Response HTML page to be sent back to the client browser.
This article addresses a scripting technique that can be used to create a Reentrant ASP page.
Modification Type: | Minor | Last Reviewed: | 6/29/2004 |
---|
Keywords: | kbhowto KB260529 |
---|
|