<% Response.Buffer=true %> <html> <body> <p> This text will be sent to your browser when my response buffer is flushed. </p> <% Response.Flush %> </body> </html>
<% Response.Buffer=true %>
<% Response.Flush %>