REFERRERS.ASP

This file simply gets the users email address in order to determine which sites belong to that person so that the appropriate code can be placed on the users web site.

File Structure

referrers.asp

<!-- #Include File="start.asp" -->

... HTML ...

<!-- #Include File="navigation.asp" -->

... HTML ...

<form action="getcode.asp" method=POST style="margin:0;">
<input
type=text name=email size="34">
<input
type=submit value="Get Code" name="submit">
</form>

... HTML ...

<!-- #Include File="finish.asp" -->

The above code generates a text box and a button used to gather an email address.