The Flush method sends the contents of the buffer.
The Flush method immediately sends all current buffered page content to
the client if the Response.Buffer property is set to True.
If the buffer does not exist, because Response.Buffer is set to False,
a runtime error will occur.
Note that in ASP version 2.0, the default for Response.Buffer is set to False,
however in ASP version 3.0, the default for Response.Buffer is set to True.
<%
Response.Flush
%>