打印本文 打印本文  关闭窗口 关闭窗口
一个个人网页自动化生成系统(2)
作者:采集员 文章来源:来源于网络 点击数: 更新时间:2005/9/10 14:36:11
单页递交。文件名:input.php
<html>
<head>
<title>Untitled Document</title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
</head>

<body bgcolor="#FFFFFF" background="image/b-graingr1.jpg">
<form method="post" action="shengcheng.php">
  <table width="750" border="1" align="center">
    <tr>  
      <td width="53">标题:</td>
      <td colspan="3">  
        <input type="text" name="timu" size="50">
      </td>
    </tr>
    <tr>  
      <td width="53" height="28">作者:</td>
      <td width="154" height="28">  
        <input type="text" name="zuozhe" size="20">
      </td>
      <td width="59" height="28">来源:</td>
      <td width="456" height="28">  
        <input type="text" name="laiyuan" size="30">
      </td>
    </tr>
    <tr>  
      <td width="53">正文:</td>
      <td colspan="3">  
        <textarea name="textt" cols="90" rows="20"></textarea>
      </td>
    </tr>
    <tr>
      <td width="53">&nbsp;</td>
      <td colspan="3">
        <input type="submit" name="Submit" value="递    交">
        <input type="reset" name="Submit2" value="复     位">
      </td>
    </tr>
  </table>
</form>
</body>
</html>


【本文版权归作者time2与奥索网共同拥有,如需转载,请注明作者及出处】    



打印本文 打印本文  关闭窗口 关闭窗口