<%@ LANGUAGE = JScript %> <% Response.Buffer = true %> This is Bogus HTML You shouldn't see this!!
<% //Clear everything already printed. Response.Clear(); %> Buffering Example Buffering Example

This HTML was buffered on the server before it was sent. <% //Send the new HTML. Response.Flush(); %>