Sun Chili!Soft ASP Sun Chili!Soft
ASP Sun Microsystems

 

ASP Ad Rotator Component Redirection File

The Redirection file is a file that you create. It usually includes script to parse the query string sent by the AdRotator object and to redirect the user to the URL associated with the advertisement that the user clicked on.

You can also include script in the Redirection file to count the number of users that have clicked on a particular advertisement, and save this information to a file on the server.

Examples: 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")) %>

Copyright 2002 Sun Microsystems, Inc. All rights reserved. Legal Notice.