index.html

来自「PHP EMAIL FORM PROCESSING Just use php」· HTML 代码 · 共 83 行

HTML
83
字号
<html>
<head>
<title>Attachments Form Demo</title>
<link rel="stylesheet" href="style.css">
</head>
<body bgcolor="#ffffff" marginwidth=0 marginheight=0 topmargin=0 leftmargin=0 onResize="reloadPage();" class="maintext">
<a name="top"></a> 
<p align="center"><b><font size="3">Attachments Form Demo</font></b></p>
<p align="center"><b>Attention:</b> Please use your valid email address. This 
  script will send the results of the processing to the entered email.</p>
<form name="Simple" method="post" action="/cgi-bin/formprocessorpro.pl" enctype="multipart/form-data">
  <p align="center"><font size="2"> 
    <input type="hidden" name="base_path" value="../sample-forms/attachments-form">
    </font></p>
  <table border="0" cellspacing="0" cellpadding="0" align="center" width="350">
    <tr> 
      <td align="right" class="maintext">&nbsp;</td>
      <td> <font color="#FF0000">*</font> - required fields</td>
    </tr>
    <tr> 
      <td align="right" class="maintext">&nbsp;</td>
      <td>&nbsp;</td>
    </tr>
    <tr> 
      <td align="right" class="maintext" nowrap><font color="#FF0000">*</font>Name 
        :: </td>
      <td><font size="2"> 
        <input type="text" name="r_Name" maxlength="64" size="45" style='border: 1 outset rgb(50,50,50);'>
        </font></td>
    </tr>
    <tr> 
      <td align="right" class="maintext" nowrap>Company Name :: </td>
      <td><font size="2"> 
        <input type="text" name="Company-Name" maxlength="64" size="45" style='border: 1 outset rgb(50,50,50);'>
        </font></td>
    </tr>
    <tr> 
      <td align="right" class="maintext" nowrap><font color="#FF0000">*</font>Contact 
        eMail :: </td>
      <td><font size="2"> 
        <input type="text" name="re_eMail" size="45" maxlength="64" style='border: 1 outset rgb(50,50,50);'>
        </font></td>
    </tr>
    <tr> 
      <td align="right" class="maintext">&nbsp;</td>
      <td>&nbsp;</td>
    </tr>
    <tr align="center"> 
      <td class="maintext" colspan="2">Please choose any file that has no more 
        than 100KB size because it will be emailed to your email address.</td>
    </tr>
    <tr> 
      <td align="right" class="maintext">&nbsp;</td>
      <td>&nbsp;</td>
    </tr>
    <tr> 
      <td align="right" class="maintext" nowrap>User File :: </td>
      <td> 
        <input type="file" name="User-File" size="30" class="Textarea-Style">
      </td>
    </tr>
    <tr> 
      <td align="right" class="maintext">&nbsp;</td>
      <td>&nbsp;</td>
    </tr>
    <tr align="center"> 
      <td class="maintext" colspan="2">In addition you will receive second attachment 
        from MitriDAT. It will be simple textual file.</td>
    </tr>
  </table>
  <div align="center"> 
    <p><font size="2"><br>
      <input type="submit" name="Submit" value="..:: SUBMIT ::.." class="buttons">
      </font></p>
  </div>
</form>
<form name="Simple" method="post" action="/cgi-bin/formprocessorpro.pl">
  <div align="center"> 
  </div>
</form>
</body>
</html>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?