您好,欢迎来到点滴吧! 手机版
点滴吧www.diandiba.com
记录点点滴滴,尽在点滴吧
  • 文章
  • 文章
  • 特效
  • 素材
  • 景点
您现在的位置:首页 > ASP教程 > 文章正文
屏蔽html代码函数
更新时间:2015/1/5 16:34:58   点击:2007次
' 函数功能: 屏蔽html代码 
' 参  数: strinput 用户输入信息
'----------------------------------------------------------------------
function funinput(strinput) 
if not isnull(str) then
  strinput=replace(strinput,"<","<")
  strinput=replace(strinput,">",">")
  strinput=replace(strinput,chr(32)," ")
  strinput=replace(strinput,chr(34),""")
  strinput=replace(strinput,chr(39),"'")
  strinput=replace(strinput,chr(13),"")
  funinput=strinput
end if
end function
相关文章
导航分类
热门文章
关于我们| 联系我们| 免责声明| 网站地图|
CopyRight 2012-2015 www.diandiba.com - 点滴吧 All Rights Reserved
滇ICP备09005765号-2