<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>Web Site Hosting : FAQs</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<link href="../cheapdomainnames.css"  rel="stylesheet" type="text/css">
</head>

<body leftmargin="0" topmargin="0" marginwidth="0" marginheight="0">
<table width="100%"  border="0" cellpadding="0" cellspacing="0" bgcolor="#0061BC">
  <tr> 
    <td><img src="../images/browser_08.gif"  width="780" height="80"></td>
  </tr>
</table>
<table cellSpacing=0 cellPadding=0 width=100% border=0>
  <TBODY> 
  <TR> 
    <TD height="30" valign="top" bgColor=#0066cc> 
      <div align="left"><a href="../index.htm" ><img src="../new-img/100462.gif"  width="65" height="30" border="0"></a><a 
      href="../low-cost-domains.htm" ><img 
      src="../new-img/70092.gif"  width="80" height="30" border=0></a><a 
      href="../webhosting.htm" ><img 
      src="../new-img/70094.gif"  width="80" height="30" border=0></a><a 
      href="../createweb.htm" ><img 
      src="../new-img/70096.gif"  width="90" height="30" border=0></a><a 
      href="../email.htm" ><img 
      src="../new-img/70098.gif"  width="85" height="30" border=0></a><a 
      href="../webtraffic.htm" ><img 
      src="../new-img/70100.gif"  width="110" height="30" border=0></a><a 
      href="../secure-ssl-certificate.htm" ><img 
      src="../new-img/70102.gif"  width="110" height="30" border=0></a><a 
      href="../internet-utilities.htm" ><img 
      src="../new-img/70104.gif"  width="90" height="30" border=0></a></div>
      </TD>
    <TD width="100%" valign="top" bgColor=#0066cc style="border-bottom:solid 1px #000066">&nbsp;</TD>
  </TR>
  <TR> 
    <TD height="25" colspan="2" valign="top" bgColor="#6699ff">&nbsp;</TD>
  </TR>
  <TR> 
    <TD height="22" colspan="2" valign="top" bgColor=#6699ff style="border-top:solid 1px #9DBDFF"> 
      <table width="100%" border="0" cellpadding="4" cellspacing="0" bgcolor="#0066cc">
        <tr> 
          <td width="100%" class="topsubnav-01"><a href="../registercheaper.htm" >Domain Finder</a> 
            <span class="linkleftalign"><img src="../images/doublearrowbullet.gif"  width="11" height="9"></span> 
            <a href="../compare-prices.htm" >Compare Prices</a> <span class="linkleftalign"><img src="../images/doublearrowbullet.gif"  width="11" height="9"> 
            </span><a href="https://registercheaper.hottestreseller.com" >Become a Reseller</a> <span class="linkleftalign"><img src="../images/doublearrowbullet.gif"  width="11" height="9"></span> 
            <a href="../multiple-services.htm" >Multiple Services</a> <span class="linkleftalign"><img src="../images/doublearrowbullet.gif"  width="11" height="9"></span> 
            Protect your info with..<a href="../private-domain.htm" >Private Domain 
            Registration</a> </td>
        </tr>
      </table>
</table>
<table width="100%" border="0" cellpadding="0" cellspacing="0">
  <tr> 
    <td><p><a href="../faq/faq-main.shtml.htm" >Faq</a> &gt;&gt; <a href="../faq/webhosting-main.shtml.htm" >Web 
        Hosting</a> &gt;&gt; <a href="../faq/webhosting-host.shtml.htm" >Hosting Accounts<br>
        </a> </p></td>
  </tr>
</table>
<p>&nbsp;</p><table width="100%" border="0" cellpadding="2" cellspacing="2">
  <tr> 
    <td height="23" bgcolor="#f3f3f3"> <p><strong>QUESTION: <b></b> Do you offer 
        any pre-made CGI scripts that I can use with my hosting account? </strong></p>
      </td>
  </tr>
  <tr> 
    <td height="70" valign="top"> <p><strong><br>
        ANSWER:</strong><br>
        <br>
        www.Cheap--Domain--Names.com's new CGI accounts provide our customers with access 
        to a form-mailer script. This script accepts information from a form and 
        emails that information back to a single address that the customer specifies. 
        To make use of this service a person needs to know how to construct a 
        form using HTML.
      <p>To use the service create and upload the form as normal. Bear in mind 
        that the script will sort the names of the items on the form alphabetically 
        when it composes the form response email, and that it respects case. Here 
        is the order the form-mailer script recognizes:</p>
      <p>Uppercase Letters First <br>
        Lowercase Letters Second <br>
        Numbers Third</p>
      <p>By naming form items appropriately it is possible to organize response 
        information as it is submitted.</p>
      <p>HTML allows you to send the output from a form in two ways, get or post. 
        You may use either with our form-mailer script. Just be sure to list the 
        script in the action line as follows:</p>
      <p>action=/cgi/gdform.cgi</p>
      <p>Note that using the &quot;get&quot; method will limit the number of characters 
        that your form can send to our script. This limitation is just part of 
        the HTML and is not particular to www.Cheap--Domain--Names.com Further, the size 
        of response emails is capped at 100 KB. Since the form-mailer will use 
        plain text to send its messages this will not be an issue in most cases.</p>
      <p>As mentioned above, form responses will be sent by the script to the 
        email address that you specify. This setting is controlled through your 
        Account Management. Once you're logged in to your account, go to your 
        Hosting Management page. You may type in the email address that you would 
        like our script to use for your form under the Other Settings column.</p>
      <p>Lastly, there are three special fields that you may employ in your form: 
        subject, redirect, and email. The names of these three fields must remain 
        lowercase in order to work. You may make changes along the following lines:</p>
      <p>The &quot;subject&quot; field controls the subject line of the form response 
        email <br>
        The &quot;redirect&quot; field controls the page visitors will see after 
        submitting the form <br>
        The &quot;email&quot; field controls the return address for the form response 
        email </p>
      <p>Here is a sample of some HTML code showing how these form fields are 
        written:</p>
      <p>&lt;p&gt;&lt;form action=&quot;/cgi/gdform.cgi&quot; method=&quot;post&quot;&gt; 
        &lt;br&gt;<br>
        &lt;input type=&quot;hidden&quot; name=&quot;subject&quot; value=&quot;Form 
        Submission&quot;&gt; &lt;br&gt;<br>
        &lt;input type=&quot;hidden&quot; name=&quot;redirect&quot; value=&quot;thankyou.html&quot;&gt; 
        &lt;br&gt;<br>
        First Name: &lt;input type=&quot;text&quot; name=&quot;FirstName&quot;&gt; 
        &lt;br&gt; &lt;br&gt;<br>
        Last Name: &lt;input type=&quot;text&quot; name=&quot;LastName&quot;&gt; 
        &lt;br&gt; &lt;br&gt;<br>
        E-Mail: &lt;input type=&quot;text&quot; name=&quot;email&quot;&gt; &lt;br&gt; 
        &lt;br&gt;<br>
        Comments: &lt;textarea name=&quot;comments&quot; cols=&quot;40&quot; rows=&quot;10&quot;&gt;&lt;/p&gt;</p>
      <p><br>
      </td>
  
</table>


<p><b>Next: </b><a href="../faq/webhosting-host18.shtml.htm" >Does www.Cheap--Domain--Names.com support 
  FrontPage 2000 and 2002 extensions?</a></p>

<DIV align=center> 
  <table class=bevel cellspacing=0 cellpadding=0 width="100%" bgcolor=#0061bc 
border=0>
    <tr> 
      <td>&nbsp;</td>
    </tr>
  </table>
  <A  
href="../index.htm"  style="font-family:Verdana; font-size:11px">Home</A> 
    | <A 
 
href="../about_us.htm"  style="font-family:Verdana; font-size:11px">About 
    Us</A> | <A 
 
href="../services.htm"  style="font-family:Verdana; font-size:11px">Services</A> 
    | <A 
 
href="https://www.secureserver.net/auth.asp?isc=&amp;se=%2B&amp;from_app=&amp;mscssid=&amp;pl_id=250601&amp;prog_id=cheapdomainnames&amp;target=default.asp" style="font-family:Verdana; font-size:11px">Store 
    Front</A> | <A  
href="https://www.secureserver.net/auth.asp?isc=&amp;se=%2B&amp;from_app=&amp;mscssid=&amp;pl_id=250601&amp;prog_id=cheapdomainnames&amp;target=basket.asp" style="font-family:Verdana; font-size:11px">Shopping 
    Cart</A> | <A  
href="https://www.secureserver.net/auth.asp?isc=&amp;se=%2B&amp;from_app=&amp;mscssid=&amp;pl_id=250601&amp;prog_id=cheapdomainnames&amp;target=shopper_lookup.asp" style="font-family:Verdana; font-size:11px">Customer 
    Login</A> | <A  
href="https://www.secureserver.net/auth.asp?isc=&amp;se=%2B&amp;from_app=&amp;mscssid=&amp;pl_id=250601&amp;prog_id=cheapdomainnames&amp;target=receipts.asp" style="font-family:Verdana; font-size:11px">My 
    Account</A><BR>
  <A  
href="../faqs.htm"  style="font-family:Verdana; font-size:11px">FAQ</A> 
  | <A 
 
href="../support.htm"  style="font-family:Verdana; font-size:11px">Support</A> 
  | <A 
 
href="https://www.secureserver.net/auth.asp?isc=&amp;se=%2B&amp;from_app=&amp;mscssid=&amp;pl_id=250601&amp;prog_id=cheapdomainnames&amp;target=whois.asp" style="font-family:Verdana; font-size:11px">Whois</A> 
  | <A  
href="https://www.secureserver.net/auth.asp?isc=&amp;se=%2B&amp;from_app=&amp;mscssid=&amp;pl_id=250601&amp;prog_id=cheapdomainnames&amp;target=legal_agreements.asp" style="font-family:Verdana; font-size:11px">Legal 
  Agreements</A> | <A  
href="../article.htm"  style="font-family:Verdana; font-size:11px">Articles</A> 
  | <A  
href="http://registercheaper.com"  style="font-family:Verdana; font-size:11px">Cheap Domain Names</A> 
  | <A 
 
href="https://registercheaper.hottestreseller.com"  style="font-family:Verdana; font-size:11px">Domain 
  for Sale</A> | <A  
href="../sitemap.htm"  style="font-family:Verdana; font-size:11px">Sitemap</A><br>
  <BR>
  <font face="Verdana, Arial, Helvetica, sans-serif" size="1">Copyright © 2004 
  <A 
href="../index.htm"  style="font-family:Verdana; font-size:11px">Cheap--Domain--Names.com</A>. 
  All rights reserved<BR>
  <font style="font-family:Verdana; font-size:11px"><A 
href="http://www.travelbody.com/" >Cheap Travel</A> <FONT color=#0000cc>&amp;</FONT> <A 
href="http://www.motorolacellphone.com/" >Free Cell Phones</A> <FONT color=#0000cc>by The Kingeric Group</FONT></FONT></font></DIV>

</body>
</html>
