Considere o código ASP a seguir:
<% @language=VBScript %>
<% Response.Buffer=true %>
<html>
<body>
<p>Este é um texto.</p>
<% response.Flush %>
<p>Este é outro texto</p>
</body>
</html>
A página html resultante do código ASP a seguir será: