Redirecting user by using response object in ASP

We can do header redirection in ASP by using Response object. Read the basics of header redirection requirements in different condition. Response object takes the url of the site to which the browser is to be redirected. It can be any full URL like https:www. sitename.com or it can be a relative url if within the site. Here is the basic syntax of the Response.Redirect
Response.Redirect  "https://www.sitename.com"
We can't apply redirect command if we have already posted any data to the browser. In such a case ASP engine will return error like this .
Response object error 'ASP 0156 : 80004005' 
Header Error 
redirect.asp, line 15 
The HTTP headers are already written to the client browser. Any HTTP header modifications must be made before writing page content. 
So we have to take care that our redirection command should work before any data is posted to browser.

Read on header redirection examples in PHP here
ASP Home

plus2net.com





We use cookies to improve your browsing experience. . Learn more
HTML MySQL PHP JavaScript ASP Photoshop Articles Contact us
©2000-2025   plus2net.com   All rights reserved worldwide Privacy Policy Disclaimer