Demo 30 - Download Tracker/Counter     |     home
Admin screen   |   HTML Code used   |   Download.cgi   |   Admin.cgi   |   Title 15

HTML Code used
Here is the code I used on the home page:

<form method="POST" action="http://www.swgalleries.com/cgi-bin/download.cgi">
  <p><big><font face="Arial"><strong>Example 1</strong></font></big></p>
  <table border="0" cellpadding="3" cellspacing="1" width="630" height="261">
    <tr>
      <td width="630" bgcolor="#FF8040" colspan="2" height="13"><font color="blue"
      face="Verdana" size="1"><strong>Download</strong></font></td>
    </tr>
    <tr>
      <td width="237" bgcolor="#FFE8DD" height="25"><font face="Verdana" size="1" color="blue">Website Url:</font></td>
      <td width="393" height="25"><font face="Verdana" size="1"><input type="text" name="weburl" size="31"> Optional</font></td>
    </tr>
    <tr>
      <td width="237" bgcolor="#FFE8DD" height="28"><font face="Verdana" size="1" color="blue">Where did you hear about KWSupport:</font></td>
      <td width="393" height="28"><font face="Verdana" size="1"><input type="text" name="where" size="31"> Optional</font></td>
    </tr>
    <tr>
      <td width="237" bgcolor="#FFE8DD" height="25"><font face="Verdana" size="1" color="blue">Your Name:</font></td>
      <td width="393" height="25"><font face="Verdana" size="1"><input type="text" name="name" size="19"> Optional</font></td>
    </tr>
    <tr>
      <td width="237" bgcolor="#FFE8DD" height="25"><font face="Verdana" size="1" color="blue">Email Address:</font></td>
      <td width="393" height="25"><font face="Verdana" size="1"><input type="text" name="email" size="19"> Optional</font></td>
    </tr>
    <tr>
      <td width="237" bgcolor="#FFE8DD" height="28"><font face="Verdana" size="1" color="blue">Would you like to receive email when new software or updates are released:</font></td>
      <td width="393" height="28"><font face="Verdana" size="1"><input type="checkbox" name="ml" value="Y"></font></td>
    </tr>
    <tr>
      <td width="237" bgcolor="#FFE8DD" height="26"><font face="Verdana" size="1" color="blue">Choose to download:</font></td>
      <td width="393" height="26"><font face="Verdana" size="1">
      <select name="download" size="1">
        <option value="tweakui.zip">TweakUI v1.33 - Zip format</option>
        <option value="PA-TrellixFix.reg">Registry fix to enable Trellix PA to publish locally</option>
        <option value="Remove_Trellix.reg">Registry file to cleanup removal of Trellix</option>
        <option value="TlxExport2.ZIP">DLL fix for centering tables in Netscape - Zip format</option>
      </select></font></td>
    </tr>
    <tr>
      <td width="237" bgcolor="#FFE8DD" height="27"><font face="Verdana" size="1">&nbsp;&nbsp; </font></td>
      <td width="393" height="27"><font face="Verdana" size="1"><input type="submit"
      value="Download" name="B1"></font></td>
    </tr>
  </table>
</form>