Java EE
匹马向当阳
一个有梦想、渴望技术交流、渴望思想同化的寻路人。
展开
-
登录界面验证设计示例
系统登录 系统登录 用户名: 密码: 登录验证 <% String username0=request.getParameter("username");//获取提交的姓名 String password0=request.getParameter("password");原创 2017-12-10 15:39:47 · 1011 阅读 · 1 评论 -
通过表单为数据库增添数据示例
function check(theForm){ if(theForm.bh.value.length!=7) { alert("职工编号必须为7位!"); theForm.bh.focus(); return (false); } if(theForm.xm.value=="") { alert("请输入姓名!"); theForm.xm.focus(); r原创 2017-12-10 17:29:20 · 1558 阅读 · 0 评论