Wednesday, 19 July 2017

<html>
<head>
<title>HTML-ASP Form </title>
</head>
<body>
              form method="post"  action="process.asp"name="form1">
              <table width="70  " border="0 cellspacing=0"cellspacing="0">
                      <tr>
                            <td> name: </td>
                          < tb colspan="2"><input  type="text" name="name">  </td>
                       </tr >
                       <tr >
<td> email:</td  >
            <td colspan="2"><input type=text"name=email"></td>
     <tr>
      <tr>
             <id> comment: </td>
              <td colspan="2">
                 <textarea name=comment" cols=" 40"rows="5" > </textarea>
                </td>
</tr>
</tr>
          <td>&nbsp;</td>
<td colspan ="2"> <input type= submit"name=submit "

No comments:

Post a Comment