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 Random image
ASP Skip a line of a textfile
ASP Call a procedure using VBScript
ASP Browser Information
ASP Get the name of a month
ASP Get the total size of a specified drive
ASP Date Validation
ASP File Created time
ASP Advanced form information extract
ASP Send extra information within a link