Welcome to the OZONE Asylum FAQWiki!
Frequently Asked Questions
Server Side Coding
ASP/VBScript

How can I redirect a page using ASP? Pages that link to <a href="https://ozoneasylum.com/backlink?for=22098" title="Pages that link to How can I redirect a page using ASP?" rel="nofollow" >How can I redirect a page using ASP?\

To redirect a page via ASP (classic), you'd use

code:
Response.Redirect("address")



ASP will then send an appropriate redirection response to the browser.
(See rfc->2616 and look under 10.3 Redirection 3XX for the possible redirection responses a webserver can send).


--------------------------------------
Relevant FAQs:
How can I redirect a page with PHP?

How can I redirect a page with HTML?

How can I redirect a page with JavaScript?

How can I redirect a page using Apache?

(Edited by Tyberius Prime on 06-09-2004 16:41)

« BackwardsOnwards »

Show Forum Drop Down Menu