ZiFu_GuoLv.Asp
资源名称:4.rar [点击查看]
上传用户:zhbanny
上传日期:2020-11-04
资源大小:161k
文件大小:1k
源码类别:

手机WAP编程

开发平台:

ASP/ASPX

  1. <!--#Include File="../Inc/Head.Asp"--><%
  2. Private FangWen
  3. Set FangWen=New xkon_FangWen
  4. FangWen.FangWen()
  5. FangWen.ZiFu_GuoLv()
  6. Set FangWen=Nothing
  7. Private c,s
  8. Set c=New xkon_Response
  9. Set s=New xkon_Request
  10. Private Sub a()
  11. Dim FSO,FS,NeiRong
  12. Set FSO=Server.CreateObject("Scripting.FileSystemObject")
  13. Set FS=FSO.OpenTextFile(Server.Mappath("SZ_ZiFu.xkon.cn"))
  14. NeiRong=FS.ReadAll
  15. FS.Close
  16. Set FS=Nothing
  17. Set FSO=Nothing
  18. c.Write("<form method=""post"" action=""ZiFu_GuoLv.Asp"">要屏蔽的字符:<br/><textarea cols=""50"" rows=""10"" name=""ZiFu"">"&NeiRong&"</textarea><br/><input type=""submit"" value=""提交""/></form>")
  19. End Sub
  20. Private Sub b()
  21. Dim ZiFu
  22. ZiFu=Request.Form("ZiFu")
  23. Dim FSO,FS
  24. Set FSO=Server.CreateObject("Scripting.FileSystemObject")
  25. Set FS=FSO.OpenTextFile(Server.Mappath("SZ_ZiFu.xkon.cn"),2,True)
  26. FS.Write(ZiFu)
  27. FS.Close
  28. Set FS=Nothing
  29. Set FSO=Nothing
  30. End Sub
  31. Call H_Title("字符过滤")
  32. If Request.Form("ZiFu")<>"" Then
  33. Call b()
  34. End If
  35. Call a()
  36. c.Write("<a href=""ShouYe.Asp"">返回后台首页</a>")
  37. Call H_End()
  38. Set c=Nothing
  39. Set s=Nothing
  40. %>