addre.asp
上传用户:qyswxdl
上传日期:2013-06-01
资源大小:1373k
文件大小:3k
源码类别:

家庭/个人应用

开发平台:

ASP/ASPX

  1. <html>
  2. <head>
  3. <meta http-equiv="Content-Language" content="en-us">
  4. <title>发表文章</title>
  5. <meta http-equiv="Content-Type" content="text/html; charset=gb2312">
  6. <meta name="GENERATOR" content="Microsoft FrontPage 6.0">
  7. <meta name="ProgId" content="FrontPage.Editor.Document">
  8. <link rel="stylesheet" type="text/css" href="css/css.css">
  9. <style type="text/css">
  10. <!--
  11. body {
  12. background-color: #FFFFFF;
  13. }
  14. .样式1 {
  15. font-size: 9pt;
  16. color: #FF5B02;
  17. }
  18. .样式2 {color: #FF5B02}
  19. -->
  20. </style>
  21. <SCRIPT language=javascript>
  22. <!--
  23. var state=0
  24. window.resizeTo(360,300);
  25. window.moveTo((screen.width-450)/2, (screen.height-300)/2);
  26. //-->
  27. </SCRIPT>
  28. </head>
  29. <body topmargin="0" leftmargin="0">
  30. <form action="savereview.asp?id=<%=clng(request("id"))%>" method="POST" name="form">
  31.   <div width="300" align="center" style="width: 253px; height: 210px">
  32.     <center>
  33.     <table width="318" border="0" bordercolorlight="#000000" bordercolordark="#FFFFFF" cellspacing="0" cellpadding="0" style="border-collapse: collapse">
  34.       <tr width="300" bgcolor="#ffffff">
  35.         <td width="318" height="30" align="center" bgcolor="#FFFFFF" class="样式1">
  36.           <div align="center"><span style=""><b>发 表 评 论</b></span></div></td>
  37.       </tr>
  38.       <tr>
  39.         <td  align="center">
  40.         <div align="center">
  41.           <center>
  42.           <table width="300" border="1"  align="center" cellpadding="10" cellspacing="0" bordercolor="f2f2f2" style="border-collapse: collapse">
  43.             <tr>
  44.               <td  align="center" colspan="2"><span class="样式2">网上大名:                       
  45.               <input type="Text" class="input" name="reviewname" size="30" value maxlength="50" >
  46.                   *<br>                      
  47.               个人网页:                       
  48.               <input type="Text" class="input" name="reviewurl" size="30" value maxlength="255" >
  49.               *<br>  
  50.               评论标题:</span>              <input type="Text" class="input" name="reviewtitle" size="30" maxlength="100" >
  51.               <font color="#FF0000">*</font><br>                      
  52.               <table cellspacing="0"  align="center" cellpadding="0" border="0" width="296">
  53.                 <tr>
  54.                   <td width="86"  align="center"><span class="样式2">评论内容:</span> </td>
  55.                   <td  align="center" width="210"><textarea name="review" cols="20" rows="5" class="input"></textarea>
  56.                   <font color="#FF0000">*<br></font>                  
  57.                   <input type="submit" value=" 发 表 " class="input">&nbsp;&nbsp;&nbsp;&nbsp;                
  58.     <input type="reset" name="return" value=" 取 消 " class="input" onclick="javascript:history.go(-1)" >
  59.       </td>  
  60.                 </tr>
  61.              </table>
  62.             </center>
  63.     </table>
  64.     </center>
  65.   </div>
  66. </form>
  67. </body>
  68. </body>
  69. </html>