摘要:
Code Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/-->第一步生成验证码 新增一个ValidateCode.aspx页面 在ValidateCode.aspx.cs的代码如下 using System; using System.Data;... 阅读全文
posted @ 2008-08-14 17:58
lhy17020
阅读(142)
评论(0)
推荐(0)
摘要:
1. document.formName.item("itemName") 问题 说明:IE下,可以使用document.formName.item("itemName")或document.formName.elements["elementName"]; Firefox下,只能使用document.formName.elements["elementName"]. 解决方法:统一使用docum... 阅读全文
posted @ 2008-08-14 17:51
lhy17020
阅读(219)
评论(1)
推荐(0)
摘要:
/* ****************************************** 字符串函数扩充 ****************************************** */ /* ========================================... 阅读全文
posted @ 2008-08-14 17:49
lhy17020
阅读(392)
评论(0)
推荐(0)