Sun
ONE Active Server Pages Product Home Page Developer Site Version
 

ContentsPreviousNextIndex



Example: ASP Ad Rotator Component Redirection File


The following example redirects the user to the advertiser’s home page.

---ADREDIR.ASP---
<% Response.Redirect(Request.QueryString("url")) %> 


ContentsPreviousNextIndex