/ Published in: ASP
The Clear method clears any buffered HTML output.
Note: This method does not clear the response headers, only the response body.
Note: If response.Buffer is false, this method will cause a run-time error.
Syntax
response.Clear
Note: This method does not clear the response headers, only the response body.
Note: If response.Buffer is false, this method will cause a run-time error.
Syntax
response.Clear
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
response.clear response.write "<script>window.parent.location=""ca_index.asp""</script>"