<%

Response.Buffer=true

%>

<html>

<body>

<p>这是我希望发送给用户的文本。</p>

<p>不,我改变主意了。我希望清除这些文本。</p>

<%

Response.Clear

%>

</body>

</html>