<%
Response.Buffer=true
%>

<!DOCTYPE html>
<html>
<body>
<p>這是我想傳送給使用者的一些文字。</p>
<p>不,我改變主意了。我想清除文字。</p>
<%
Response.Clear
%>

</body>
</html>