<?xml version="1.0" encoding="iso-8859-1"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
  <head>
    <title>Error: GET request</title>
    <style type="text/css">
    <!--
       body {
              background-color: #660099;
              color: #000000;
              font-family: century gothic, sans-serif; font-size: small;
             }
       table {
               background-color: #FFFFFF; padding: 10px; border: 6px double #339999;
             }
       p.c2 {
              font-family: century gothic, sans-serif; font-size: small; text-align: center;
            }
       tr.title_row  {
                        background-color: #9C9C9C;
                      }
       tr.body_row   {
                         background-color: #FFFFFF;
                      }

       th.c1 {
               text-align: center;
               font-size: 143%;
             }
       p.c3 {font-size: 80%; font-family: century gothic, sans-serif; font-size: small; text-align: center}
       p.c4 {font-size: 60%; font-family: century gothic, sans-serif; text-align: center}
       div.c2 {margin-left: 2em;}
     -->
    </style>
<link rel="stylesheet" type="text/css" href="/css/nms.css" />
  </head>
  <body>
    <table border="0" width="600" summary="">
      <tr class="title_row">
        <th class="c1">Error: GET request</th>
      </tr>
      <tr class="body_row">
        <td>
          <p>
  The HTML form fails to specify the POST method, so it would not
  be correct for this script to take any action in response to
  your request.
</p>
<p>
  If you are attempting to configure this form to run with FormMail,
  you need to set the request method to POST in the opening form tag,
  like this:
  <tt>&lt;form action=&quot;/cgi-bin/FormMail.pl&quot; method=&quot;post&quot;&gt;</tt>
</p>

          <hr size="1" />
          <p class="c4">
            <a href="http://nms-cgi.sourceforge.net/">FormMail</a>
            &copy; 2001-2003 London Perl Mongers<br>&#169; Darn Good Digs 2009
          </p>
        </td>
      </tr>
    </table>
  </body>
</html>
