lt_lookOne.aspx
上传用户:lishan0805
上传日期:2019-12-08
资源大小:12048k
文件大小:1k
源码类别:

OA系统

开发平台:

C#

  1. <%@ Page Language="C#" AutoEventWireup="true" CodeFile="lt_lookOne.aspx.cs" Inherits="linminchao_bbs_lt_lookOne" validateRequest="false"  %>
  2. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  3. <html xmlns="http://www.w3.org/1999/xhtml" >
  4. <head runat="server">
  5.     <title>无标题页</title>
  6.     <style type="text/css"> 
  7. div.RoundedCorner{background: #5AAE18} 
  8. b.rtop, b.rbottom{display:block;background: #FFF} 
  9. b.rtop b, b.rbottom b{display:block;height: 1px;overflow: hidden; background: #5AAE18} 
  10. b.r1{margin: 0 4px} 
  11. b.r2{margin: 0 3px} 
  12. b.r3{margin: 0 2px} 
  13. b.rtop b.r4, {margin: 0 1px;height: 1px}
  14. .style1 {
  15. font-size: 13px;
  16. color: #FFFFFF;
  17.     font-weight: bold;
  18. </style>
  19. <link href="../../css/textarea.css" rel="stylesheet" type="text/css"/>
  20. <script type="text/javascript" language="JavaScript">
  21. <!--
  22. function dis(){
  23. document.form1.submit.value=' 回帖..'
  24. document.form1.submit.disabled=true;
  25. return true;
  26. }
  27. function dis1(){
  28. document.form11.submit.value=' 查询..'
  29. document.form11.submit.disabled=true;
  30. return true;
  31. }
  32. function check() {
  33. if (document.getElementById("content").value=="") {
  34. window.alert ("请您输入回复内容 !")
  35. document.getElementById("content").focus()
  36. return false
  37. }
  38. return true
  39. }
  40. //-->
  41. </script>
  42. </head>
  43. <body></body>
  44. </html>