java发送短信验证码.doc
文本预览下载声明
二:前台的注册页面的代码:reg.jsp
[html] HYPERLINK /sxdtzhaoxinguo/article/details\o view plain view plain HYPERLINK /sxdtzhaoxinguo/article/details\o copy copy
%@?page?language=java?import=java.util.*?pageEncoding=UTF-8%??
%@taglib?prefix=s?uri=/struts-tags%??
%@page?import=.csrc.base.action.FindAllData%??
%??
????String?path?=?request.getContextPath();??
????String?basePath?=?request.getScheme()?+?://??
????????????+?request.getServerName()?+?:?+?request.getServerPort()??
????????????+?path?+?/;??
%??
!DOCTYPE?HTML?PUBLIC?-//W3C//DTD?HTML?4.01?Transitional//EN??
html??
head??
base?href=%=basePath%??
title中国证券会证券期货违法违规举报中心-注册/title??
meta?http-equiv=pragma?content=no-cache??
meta?http-equiv=cache-control?content=no-cache??
meta?http-equiv=expires?content=0??
meta?http-equiv=keywords?content=keyword1,keyword2,keyword3??
meta?http-equiv=description?content=This?is?my?page??
link?rel=shortcut?icon?type=image/x-icon?href=%=request.getContextPath()%/images/favicon.ico?/??
link?rel=stylesheet?type=text/css??
????href=%=request.getContextPath()%/css/main.css??
link??
????href=%=request.getContextPath()%/formValidator1/style/validator.css??
????rel=stylesheet?type=text/css?/??
style?type=text/css??
button?{??
????background:?#F0F0F0?repeat-x;??
????padding-top:?3px;???
????border-top?:?1px?solid?#708090;??
????border-right:?1px?solid?#708090;??
????border-bottom:?1px?solid?#708090;??
????border-left:?1px?solid?#708090;??
????width:?auto;??
????line-height:?12pt;???
????font-size?:?10pt;??
????cursor:?hand;??
????font-size:?10pt;??
????border-top:?1px?solid?#708090;??
}??
/style??
script?src=%=request.getContextPath()%/js/jquery-1.7.2.min.js??
????type=text/javascript/script??
script?src=%=request.getContextPath()%/formValidator1/formValidator-4.0.1.js??
????type=text/javascript/script??
script?src=%=request.getContextPath()%/formValidator1/formValidatorRegex.js??
????type=text/javascript/script??
script?src=%=request.getContextPath()%/js/register.js??
????type=text
显示全部