CODE
LIBARY.COM
Home
/
ASP
ASP Clear the buffer
Clear the buffer
<% Response.Buffer=true %> <html> <body> Some text here! <% Response.Clear %> </body> </html>
<% Response.Buffer=true %> Some text here! <% Response.Clear %>
Copy to Clipboard
Related Snippets
ASP Visit Count Cookie
ASP Key exist check
ASP Table of contents
ASP Return characters from left to right of a string
ASP Query String Collection
ASP Uppercase or lowercase a string
ASP Get file extension
ASP Simple text write
ASP Time Greet with JavaScript
ASP Array Create