home *** CD-ROM | disk | FTP | other *** search
/ 221.214.14.186 / 221.214.14.186.tar / 221.214.14.186 / wh / dx / 20.asp < prev    next >
Text File  |  2011-08-12  |  2KB  |  95 lines

  1. <%@LANGUAGE="VBSCRIPT" CODEPAGE="936"%>
  2.  
  3.  
  4.  
  5.  
  6. <html> 
  7.  
  8.  
  9. <link href="Connections/css/admincss.css" rel="stylesheet" type="text/css"> 
  10. <title>╢╠╨┼═│╝╞</title></head> 
  11. <body>
  12.  
  13. <% 
  14. '╩²╛▌┐Γ┤≥┐¬
  15. Dim conn,connSql 
  16. Conn="Provider=Microsoft.Jet.OLEDB.4.0;Data Source="&Server.MapPath("data/datadx.mdb")
  17. Set connsql = Server.CreateObject("Adodb.Connection") 
  18. connsql.open conn 
  19.  
  20. %>
  21.  
  22.  <% 
  23.  
  24. Dim sql, txt
  25. set Rs=server.createobject("adodb.recordset") 
  26. sql="select * from dx" '┤≥┐¬╩²╛▌┐Γ▒φ
  27. Rs.open sql,conn,1,3 
  28.  
  29. txt=request.Form("content")
  30. Response.Write("<font color=Green>╢╠╨┼─┌╚▌ú║</font>"&txt&"<br>")
  31.  
  32. Rs.addnew'╠φ╝╙╨┬─┌╚▌
  33. rs("time")=request.Form("shij") 
  34. 'if content="" then 
  35. 'rs("txt")=null 
  36. ' else  
  37. rs("txt")=request.Form("content")'╠φ╝╙╡╜╩²╛▌┐Γ╧α╢╘╙ª╡─╫╓╢╬ 
  38. 'end if 
  39.  
  40. rs.update'╕ⁿ╨┬╩²╛▌┐Γ 
  41. rs.close 
  42. set rs=nothing 
  43.  
  44. %>
  45.  
  46.  
  47.  
  48.  
  49. <p> 
  50. <form name="myform" method="post" action="20.asp"> 
  51. <table width="400" border="0" align="center" cellpadding="0" cellspacing="2" bgcolor="#0066FF"> 
  52. <tr> 
  53. <td height="40" colspan="3" align="center" bgcolor="#99CCFF">╩▒╝Σ
  54.   <label>
  55.   <input name="shij" type="text" id="shij" value="<%=date()%>">
  56.   </label></td> 
  57. </tr> 
  58. <tr> 
  59. <td height="40" colspan="3" width="20"  bgcolor="#99CCFF">
  60. <table width="714">
  61.   <tr>
  62.     <td> </td>
  63.     <td> </td>
  64.     <td> </td>
  65.     <td> </td>
  66.     <td> </td>
  67.   </tr>
  68.   <tr>
  69.     <td> </td>
  70.     <td> </td>
  71.     <td> </td>
  72.     <td> </td>
  73.     <td> </td>
  74.   </tr>
  75. </table></td> 
  76. </tr> 
  77.  
  78.  
  79. <tr> 
  80.  
  81.   <td height="50" colspan="2" bgcolor="#99CCFF"><textarea name="content" cols="100" rows="10" 
  82. id="content"></textarea></td>
  83. </tr> 
  84. <tr> 
  85.   <td height="40" colspan="3" align="center" bgcolor="#99CCFF"><input type="submit" name="Submit" 
  86. value="╠φ╝╙╢╠╨┼">
  87.       
  88.     <input type="reset" name="Submit2" value="╓╪╨┬╠φ╝╙"></td></tr> 
  89. </table> 
  90. </form> 
  91.  
  92.  
  93.  
  94. </body> 
  95. </html>