摘要: 给一段撑坏界面美观的无换行文本强行换行: 阅读全文
posted @ 2007-08-09 19:29 missthe 阅读(244) 评论(0) 推荐(0) 编辑
摘要: on (release) { getURL("http://www.hao123.com", "_blank"); } 阅读全文
posted @ 2007-08-09 19:28 missthe 阅读(3182) 评论(3) 推荐(0) 编辑
摘要: 例子: 问: 今天的日期是2003-10-13,如果我想得到后3天的日期(2003-10-16)怎样得到?答: dateadd('d',3,now()) dateadd('d',3,date()) 阅读全文
posted @ 2007-08-09 19:27 missthe 阅读(342) 评论(0) 推荐(0) 编辑
摘要: Function stripHTML(strHTML) Dim objRegExp, strOutput Set objRegExp = New Regexp objRegExp.IgnoreCase = True objRegExp.Global = True objRegExp.Pattern = "" 'Replace all HTML tag matches with the empt... 阅读全文
posted @ 2007-08-09 19:26 missthe 阅读(154) 评论(0) 推荐(0) 编辑
摘要: 函数ChkPost() 检测用户当前所在服务器名是否存在于来源页面 代码如下: Function ChkPost() dim server_v1,server_v2 chkpost=False server_v1=Cstr(Request.ServerVariables("HTTP_REFERER")) server_v2=Cstr(Request.ServerVariables("SERVER_... 阅读全文
posted @ 2007-08-09 19:26 missthe 阅读(177) 评论(0) 推荐(0) 编辑
摘要: 单文件上传:http://www.cnblogs.com/Files/missthe/11771445560.rar 批量式上传:http://www.cnblogs.com/Files/missthe/11771470000.rar 自行修改版(一次可四张,并带有数据库):http://www.cnblogs.com/Files/missthe/11771641650.rar 自行修改版可以一次... 阅读全文
posted @ 2007-08-09 19:21 missthe 阅读(411) 评论(0) 推荐(0) 编辑
摘要: 表单文件formtest.asp 你的名字: '注意本行中使用了随机表单项名 表单处理程序testact.asp 提醒:你只需随机化一个必填项目的表单项名即可,不必随机化所有的表单项目。 阅读全文
posted @ 2007-08-09 19:19 missthe 阅读(220) 评论(0) 推荐(0) 编辑
摘要: ' 判断发言是否来自外部function ChkPost() dim server_v1,server_v2 chkpost=false server_v1=Cstr(Request.ServerVariables("HTTP_REFERER")) server_v2=Cstr(Request.ServerVariables("SERVER_NAME")) if mi... 阅读全文
posted @ 2007-08-09 19:19 missthe 阅读(195) 评论(0) 推荐(0) 编辑
摘要: 如果你在调试运行ASP网页时,遇到下列问题: Active Server Pages 错误 'ASP 0201' 无效的默认脚本语言 为此应用程序指定的默认脚本语言无效。 请下载这个修复压缩包,修复下即可解决问题! 下载地址:http://www.cncsk.com/download/IISfixer.rar 阅读全文
posted @ 2007-08-09 19:18 missthe 阅读(209) 评论(0) 推荐(0) 编辑
摘要: 偶然打开bbs.guzhenu.com发现正在从878772.cn读取数据... 查看源文件,第一句" " 马上想到bbs.guzhenu.com被挂马,立即Q留言guzhneu的站长说他论坛被挂马了,3389登陆服务器一看..........完全正常啊..郁闷,赶紧谷歌了一下,原来arp浏览器劫持也~(只有局域网用户受此影响) 清除系统internet所有缓存文件后再将C:\Documents ... 阅读全文
posted @ 2007-08-09 19:11 missthe 阅读(248) 评论(0) 推荐(0) 编辑