CONTROL PANELS
Hosting Accounts
Domain Accounts

REGISTER NEW
Hosting Account
Domain Account
Transfer Domain
WHOIS

DEDICATED SERVERS
REQUEST QUOTE
PLACE ORDER

SECURE CERTIFICATES
PLACE ORDER

SUPPORT
EMAIL
FAQs
FORUMS
NEWS

POLICIES & SECURITY
SERVICE AGREEMENT
ACCEPTABLE USE
PRIVACY & SECURITY

    
NETWORK DIVERSIONS






The ListSubscribe.asp script allows you to have users add themesleves to your mailing list.

To use ListSubscribe.asp, create a form on your web page will the following parameters.

The form action line should be

<form method="POST" action="http://www.terrasite.com/cgi-bin/ListSubscribe.asp">

Required Form Fields:

Field: Email
The email address to be added to the list.
<input type=text name="email">

 

Field: DomainName
Your domain name.

<input type=hidden name="DomainName" value="yourdomain.com">

 

Field: List
The name of the mailing list.
<input type=hidden name="list" value="mailinglistname">

Any other form fields that appear in your script will be ignored.