/ 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
Expand |
Embed | Plain Text
response.clear response.write "<script>window.parent.location=""ca_index.asp""</script>"
You need to login to post a comment.
