I have an HTML form page with text boxes and a SUBMIT button. When I press the SUBMIT button, it sends the information to IIS which selects the appropriate ASP page. The ASP page will than interpret the information and send back the appropriate data. However, I don't want the ASP data to be displayed on a new HTML page or a new Internet Explorer window. I want the data to be placed on the current HTML form page directly under the text boxes and the SUBMIT button. Is that possible?<br><br>Also, I know there is a function "Server.Execute" that might be able to do this but it only works on IIS 5.0 (ASP 3.0) and I only have IIS 4.0 (ASP 2.0) with no chance of upgrading. Can anyone help?