<HTML> <HEAD><TITLE>Results from the Form</TITLE></HEAD>
<BODY>
<CENTER>
<H1>Results from the Form</H1>
Your Name is <% Response.write(Request("name")) %> and your Email is <% Response.write( Request("email")) %>
</CENTER>
</BODY> </HTML>