ASP中限制某些字符留言評論
更新時間:2014年07月17日 10:22:42 投稿:mdxy-dxy
這篇文章主要介紹了ASP中限制某些字符留言評論,原理就是通過instr函數(shù)查找。感覺很簡單,寫起來還是有點手生,感覺阿會南
Sub CheckCanSubmit(str) Dim connt,connts connt="免費電影,安利,http,www,<a" connts = split(connt,",") For each glword in connts if instr(str,glword)<>0 then Response.Write("<script>alert('操作非法');window.history.go(-1);</script>") Response.End() end if next End Sub
相關文章
asp中用insert into語句向數(shù)據(jù)庫插入記錄(添加信息)的方法
asp中用insert into語句向數(shù)據(jù)庫插入記錄信息的方法,學習的朋友可以參考下。2010-09-09asp之GetArray提取鏈接地址,以$Array$分隔的代碼
asp之GetArray提取鏈接地址,以$Array$分隔的代碼...2007-09-09ASP保存遠程圖片到本地 同時取得第一張圖片并創(chuàng)建縮略圖的代碼
采集中 或者 在線添加文章中 都可以用到此功能2008-10-10