我爱Aspx >> Asp.Net >> 防SQL注入的VBSrcipt<script language="vbscript">
function checkstr(strname)
strn=trim(strname.value)
str=trim(strname.value)
for i=1 to len(str)
strcheck=asc(left(str,1))
if not ((strcheck=<122 and strcheck>=97) or (strcheck<=90 and strcheck>=65) or (strcheck<=57 and strcheck>=48)) then
msgbox("请勿使用除英文字母及数字以外的字符!")
Ҷƪл˵?
SQL SERVER的数据类型[05-20]
在ASP.NET中使用SQL的IN操作[05-20]
ASP.NET+MySQL简明图示入门[05-20]
ASP.NET+MySQL简明图示入门[05-20]
如何解决ASP.net中的刷新按钮问题..[05-20]
在ASP.NET中从SQL Server检索图片[05-20]
WIN 2003下ASP.Net站点无法使用用..[05-20]
使用CodeDom开发基于B/S的.NET+M..[05-20]
Visual C#的SQL Server编程[05-20]
如何在.NET中访问MySQL数据库[05-20]
SQL SERVER的数据类型[05-20]
用 C# 编写一个停放在任务栏上的..[05-20]
获取字符串中的汉字拼音首字母[05-20]
ServerVariables 集合检索预定的..[05-20]
Visual C#.Net 网络程序开发-Soc..[05-20]
C#中一些字符串操作的常用用法[05-20]
【asp.NET】分页实例[05-20]
【asp.NET】分页实例[05-20]
asp利用FSO创建年月日目录[05-20]
最简化ASP代码实现无组件上传[05-20]