InsertHelp.asp
上传用户:jisenq
上传日期:2014-06-29
资源大小:7216k
文件大小:5k
源码类别:

数据库编程

开发平台:

ASP/ASPX

  1. <% Option Explicit %>
  2. <!--#include file="../FS_Inc/Const.asp" -->
  3. <!--#include file="../FS_Inc/Function.asp" -->
  4. <!--#include file="../FS_InterFace/MF_Function.asp" -->
  5. <%
  6. Const set_Help_Conn_str = "Foosun_Data/Help.mdb" 
  7. Sub Help_Conn_1
  8. Dim f_HelpConnStr
  9. 'If G_IS_SQL_DB = 1 Then
  10. ' f_CollectConnStr = "Provider=SQLOLEDB.1;Persist Security Info=false;"& G_COLLECT_DATA_STR &";"
  11. 'Else
  12. f_HelpConnStr = "DBQ=" + Server.MapPath(Add_Root_Dir(set_Help_Conn_str)) + ";DefaultDir=;DRIVER={Microsoft Access Driver (*.mdb)};"
  13. 'f_CollectConnStr = "provider=microsoft.jet.oledb.4.0;data source="&Server.MapPath(Add_Root_Dir(G_DATABASE_CONN_STR))
  14. 'End If
  15. On Error Resume Next
  16. Set HelpConn = Server.CreateObject(G_FS_CONN)
  17. HelpConn.Open f_HelpConnStr
  18. If Err Then
  19. Err.Clear
  20. Set HelpConn = Nothing
  21. Response.Write "<font size=""2"">[数据库服务器连接错误]<br>请检查系统参数设置>>站点常量设置,或者/FS_Inc/Const.asp文件!</font>"
  22. Response.End
  23. End If
  24. End Sub
  25. dim HelpConn
  26. Help_Conn_1
  27. if Request.Form("action")="add_save" then
  28. dim rs,sql
  29. set rs = Server.CreateObject(G_FS_RS)
  30. sql="select * From Foosun_HelpContent where 1=0"
  31. rs.open sql,HelpConn,3,3
  32. rs.addnew
  33. rs("LableType")=Request.Form("LableType")
  34. rs("SubType")=Request.Form("SubType")
  35. rs("Content")=Request.Form("Content")
  36. rs("addTime")=now
  37. rs.update
  38. rs.close
  39. end if
  40. %>
  41. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  42. <html xmlns="http://www.w3.org/1999/xhtml">
  43. <head>
  44. <meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
  45. <title>无标题文档</title>
  46. <style>
  47. a{text-decoration: none;} /* 链接无下划线,有为underline */ 
  48. a:link {color: #232323;} /* 未访问的链接 */
  49. a:visited {color: #232323;} /* 已访问的链接 */
  50. a:hover{color: #FFCC00;} /* 鼠标在链接上 */ 
  51. a:active {color: #FFCC00;} /* 点击激活链接 */
  52. td ,body{
  53. color:#232323;
  54. font-size:12px;
  55. line-height: 18px;
  56. }
  57. .input{
  58.     FONT-FAMILY: "新宋体";
  59.     FONT-SIZE: 12px;
  60. COLOR:#F3F3F3;
  61.     text-decoration: none;
  62.     line-height: 150%;
  63.     background:#0099CC;
  64. border-top-width: 1px;
  65. border-right-width: 1px;
  66. border-bottom-width: 1px;
  67. border-left-width: 1px;
  68.     border-top-style: solid;
  69. border-right-style: solid;
  70. border-bottom-style: solid;
  71. border-left-style: solid;
  72. border-top-color: #FFFFFF;
  73. border-right-color: #FFFFFF;
  74. border-bottom-color: #FFFFFF;
  75. border-left-color: #FFFFFF;
  76. padding:0px;
  77.     margin-top: 0px;
  78.     margin-right: 0px;
  79.     margin-bottom: 0px;
  80.     margin-left: 0px;
  81. }
  82. .input_1{
  83.     FONT-FAMILY: "新宋体";
  84.     FONT-SIZE: 12px;
  85. COLOR:#006699;
  86.     text-decoration: none;
  87.     line-height: normal;
  88.     background:#FFFFFF;
  89. border-top-width: 1px;
  90. border-right-width: 1px;
  91. border-bottom-width: 1px;
  92. border-left-width: 1px;
  93.     border-top-style: solid;
  94. border-right-style: solid;
  95. border-bottom-style: solid;
  96. border-left-style: solid;
  97. border-top-color: #80CCFF;
  98. border-right-color: #80CCFF;
  99. border-bottom-color: #80CCFF;
  100. border-left-color: #80CCFF;
  101. padding:0px;
  102.     margin-top: 0px;
  103.     margin-right: 0px;
  104.     margin-bottom: 0px;
  105.     margin-left: 0px;
  106. }
  107. </style>
  108. </head>
  109. <body>
  110. <form id="NewsForm" name="NewsForm" method="post" action="">
  111.   帮助标签
  112.   <input name="LableType" type="text" id="LableType" />
  113.   <br />
  114. 应用类型
  115. <label>
  116. <select name="SubType" id="SubType">
  117.   <option value="NS" selected="selected">NS</option>
  118.   <option value="MS">MS</option>
  119.   <option value="DS">DS</option>
  120.   <option value="AP">AP</option>
  121.   <option value="HS">HS</option>
  122.   <option value="FL">FL</option>
  123.   <option value="CS">CS</option>
  124.   <option value="SS">SS</option>
  125.   <option value="AS">AS</option>
  126.   <option value="VS">VS</option>
  127. </select>
  128. </label>
  129. <br />
  130. <iframe id='NewsContent' onload="f_setmode()" src="../Editer/NewsEditer.asp" frameborder=0 scrolling=no width='100%' height='440'></iframe>
  131.   <input name="action" type="hidden" id="action" value="add_save" />
  132.   <label>
  133.   <input type="submit" name="Submit" value="提交"   onClick="SubmitFun();" />
  134.   </label> <input name="Content" type="hidden" value="">
  135. </form>
  136. </body>
  137. </html>
  138. <script language="JavaScript" type="text/javascript">
  139. function SubmitFun()
  140. {
  141. if (frames["NewsContent"].CurrMode!='EDIT') {alert('其他模式下无法保存,请切换到设计模式');return;}
  142. frames["NewsContent"].SaveCurrPage();
  143. var TempContentArray=frames["NewsContent"].NewsContentArray;
  144. document.NewsForm.Content.value='';
  145. for (var i=0;i<TempContentArray.length;i++)
  146. {
  147. if (TempContentArray[i]!='')
  148. {
  149. if (document.NewsForm.Content.value=='') document.NewsForm.Content.value=TempContentArray[i];
  150. else document.NewsForm.Content.value=document.NewsForm.Content.value+'[FS:PAGE]'+TempContentArray[i];
  151. }
  152. //alert(document.NewsForm.Content.value);
  153. document.NewsForm.submit();
  154. }
  155. function f_setmode()
  156. {
  157. window.frames.item('NewsContent').setMode("EDIT");
  158. }
  159. </script>