This page's ID: 22098
Welcome to the OZONE Asylum FAQWiki! Frequently Asked Questions Server Side Coding ASP/VBScript
To redirect a page via ASP (classic), you'd use
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)
« Backwards — Onwards »