posts - 24,  comments - 25,  trackbacks - 0

 

String checkNum = (String)request.getSession().getAttribute("checkNum");
  
 
if(checkNum.equals(strCheck))
 
{
  
//产生一个随机数放入页面中,作为验证码,防止页面刷新再次提交
  String strRandom = CommonUtil.getRandom();
  request.getSession().setAttribute(
"checkNum",strRandom);
 }
 
posted on 2008-02-13 11:56 Jarry 阅读(331) 评论(0)  编辑  收藏 所属分类: web

只有注册用户登录后才能发表评论。


网站导航: