`
wfzhanga
  • 浏览: 68492 次
  • 性别: Icon_minigender_1
  • 来自: 上海
社区版块
存档分类
最新评论
文章列表

页面常用JS

//================================================================== /*表单提验证*/ function OnSubmit(){ var oRadio = document.getElementById("loginTypeVal"); if(oRadio.value == "" || oRadio.value == null){ alert("您没有选择登陆类型!"); ...
/*********************************** * JSP页面输入有效性校验 * author: * create date: * update date: * update content: 此文件在原先使用文件checkvalue.jsp基础上,结合原先的使用经验做了如下改进 * 1 增加函数CheckSpecChar(FormName),直接校验整个form的所有输入控件是否包含非法字符。 * 2 函数CheckInputValue原先传入参数输入框内容,改为输入框对象名称,这样一旦校验不通过,光标可以定位到对象。 * 3 优化日期校验,原先对日期 ...
  1.数据基础表:                         2.简单增删改语句: insert into t_user(id,username,password,roleid) values(seq_user.nextval,'wind','520',109); delete from t_user t where t.roleid is null; update t_user t set t.username='saturn',t.password='456' where t.id=106;    3.查询语句:      ...
1.       源码准备: 1)  struts2 源码: a)       struts-2.1.6-all.zip b)      xwork-2.1.6.rar c)      jp.gr.java_conf.ussiy.app.propedit_5.3.3.zip,eclipse 管理资源文件 2)  spring2.5 源码: a) spring-framework-2.5 ...
Global site tag (gtag.js) - Google Analytics