Pagina en blanco al caducar la sesion


/ Published in: ASP
Save to your folder(s)

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


Copy this code and paste it in your HTML
  1. response.clear
  2. response.write "<script>window.parent.location=""ca_index.asp""</script>"

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.