<% @Language=JScript %> <% // Turn Buffering on (this must be done before anything is sent 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(); %>