摘要: 我们在做开发时,经常要做表单验证,比如验证文本框必须填内容时,而文本框又很多时,传统的做法是逐个判断: if (form1.name.value == "") { alert("Sorry,please input your name!") form1.focus(); } 这样一来要写的代码太多了,有没有“偷懒”的方法呢,答案是肯定的,请看下面的代码:“偷懒”的表单验证DemoName:Sex ... 阅读全文
posted @ 2006-11-13 15:34 Nina 阅读(276) 评论(0) 推荐(0) 编辑
摘要: 一.vs.net在新建工程时弹出"Automation 服务器不能创建对象"的解决方案原因是FileSystemObject创建失败的问题,解决的方法:运行Regsvr32 scrrun.dll二. 错误提示: A potentially dangerous Request.Form value was detected from the client (txtTest=""). 由于在.net中... 阅读全文
posted @ 2006-11-13 14:05 Nina 阅读(284) 评论(0) 推荐(0) 编辑
摘要: 來自:http://blog.csdn.net/e23/archive/2005/12/20/557536.aspx上传图片上传即可见的javascript 阅读全文
posted @ 2006-11-13 12:22 Nina 阅读(766) 评论(0) 推荐(0) 编辑
摘要: www.smallrain.nethttp://www.51windows.net/data/?url=/data/files/file_816.asphttp://bbs.hidotnet.com/download/hiForums051031.rar 有.net版的popup组件,拖拽一个,设置一下就可以了。http://www.cnblogs.com/Dream/archive/2005/0... 阅读全文
posted @ 2006-11-13 08:19 Nina 阅读(334) 评论(0) 推荐(0) 编辑