COMMENT BOX CODE:
 

I) In order for someone to send text to an email address, the following is needed:

        a)

Comments:

        b) <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">

             <html>
                  <head>
                     <title></title>
                  </head>
               <body>

            <form NAME="mail" ACTION="mailto:youremail?Subject=example"
             METHOD=post  ENCTYPE="text/plain">Comments:<br>
            <br>
            <TEXTAREA NAME="Contents:" ROWS="7" COLS="25"
            WRAP="VIRTUAL">

           </TEXTAREA>
           </P>
           <INPUT type="submit" value="Send">
           <INPUT type="reset"  value="Clear">
           <br>
           </P>
           </form>

              </body>
           </html>

II) The rows, and columns can be changed, as well as the the name of the send, and clear buttons, etc. to meet an individuals needs.

III)  The box can be centered, and/or placed at other locations on the page.
 
 

COPYRIGHT 2002   ALL RIGHTS RESERVED BY J.A.M.
HTML CODES ON THE INTERNET
SAINT LOUIS, MISSOURI