<script type="text/javascript">
function changeImage(){
var img = document.getElementById("imgVcode");
if(img.name == 1){
img.name = 2;
img.src = "shop.do?method=registerImage2";
}else if(img.name == 2){
img.name = 1;
img.src = "shop.do?method=registerImage";
}
}
</script>
<td>
<img class="yzm_img" id='imgVcode' name="1" src="shop.do?method=registerImage" />
<input name="code" type="text" id="txtVerifyCode"
class="yzm_input" onblur="testCode(this)"/>
<div class="text_left t1">
<p class="t1">
<span id="vcodeValidMsg">请输入图片中的四个字母。</span>
<span id="codeInfo" style="color:red"></span>
<a href="#" id="imgchange" onclick="changeImage()">看不清楚?换个图片</a>
</p>
</div>
</td>
public ActionForward registerImage(ActionMapping mapping, ActionForm form,
HttpServletRequest request, HttpServletResponse response)
throws Exception {
//将image创建,返回认证码
response.setContentType("image/jpeg");
OutputStream out = response.getOutputStream();
String strEnsure = shopManager.createImageInfo(50,20,out);
//设置到session中
request.getSession().setAttribute("strEnsure", strEnsure);
return null;
}
public ActionForward registerImage2(ActionMapping mapping, ActionForm form,
HttpServletRequest request, HttpServletResponse response)
throws Exception {
//将image创建,返回认证码
response.setContentType("image/jpeg");
OutputStream out = response.getOutputStream();
String strEnsure = shopManager.createImageInfo(50,20,out);
//设置到session中
request.getSession().setAttribute("strEnsure", strEnsure);
return null;
}
机械节能产品生产企业官网模板...
大气智能家居家具装修装饰类企业通用网站模板...
礼品公司网站模板
宽屏简约大气婚纱摄影影楼模板...
蓝白WAP手机综合医院类整站源码(独立后台)...苏ICP备2024110244号-2 苏公网安备32050702011978号 增值电信业务经营许可证编号:苏B2-20251499 | Copyright 2018 - 2025 源码网商城 (www.ymwmall.com) 版权所有