Jump to content

[SOLVED] Submit Button Don't Work


darklight

Recommended Posts

Why won't this work?

 

See it here: http://multisearch.110mb.com/comment.php

 

<table width="45%" border="0" cellspacing="0" cellpadding="4" bgcolor="#003399">

    <tr>
          
      <td>
           <center><b>Fill in the info below. All fields are required to be filled in.</b><br />
          <form name="Comment" action="commentDone.php" method="post">
          Name: <input name="Name" type="text" value="Your name" size="25" maxlength="20" />
            
           <textarea name="CommentText" id="d" rows="10" cols="70">Comment Message Here</textarea>
           <input type="hidden" id="CommentTextName" name="CommentTextName" value="70,10">
           <br />
           <input name="Submit" type="button" value="Submit">
                     </center>
   </form>
          </td>
          
          </td>

    </tr>

  </table>

 

Thanks for any help!

Link to comment
https://forums.phpfreaks.com/topic/68750-solved-submit-button-dont-work/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.