Return to Snippet

Revision: 24197
at February 23, 2010 08:42 by angelpatxi


Initial Code
response.clear
response.write "<script>window.parent.location=""ca_index.asp""</script>"

Initial URL


Initial Description
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

Initial Title
Pagina en blanco al caducar la sesion

Initial Tags


Initial Language
ASP