% @Language=JScript %> <% // Turn Buffering on (this must be done before anything is sent Response.Buffer = true; %>
This html was buffered on the server before it was sent. <% // Send the new html Response.Flush(); %>