ASP Clear the buffer

Clear the buffer

<%
Response.Buffer=true
%>
<html>
<body>
Some text here!
<%
Response.Clear
%>
</body>
</html>