云题海 - 专业文章范例文档资料分享平台

当前位置:首页 > (完整版)网上购物系统设计与实现毕业设计

(完整版)网上购物系统设计与实现毕业设计

  • 62 次阅读
  • 3 次下载
  • 2025/5/26 9:47:54

hw_oldcash(i)=rs(\ hw_content(i)=rs(\ hw_pic(i)=rs(\ hw_date(i)=rs(\ rs.movenext loop end if rs.close %> (二)用户注册

当用户填写了注册资料后,通过REGSAVE.ASP来验证,当验证不通过时(如有的资料没填写等),输出出错提醒,当验证通过时输出通过消息,并将资料写入数据库中的USER表里。

(1) 资料验证的代码实现 <%

function IsValidEmail(user_mail) dim names, name, i, c

'Check for valid syntax in an email address. IsValidEmail = true

names = Split(user_mail, \

if UBound(names) <> 1 then IsValidEmail = false exit function end if

for each name in names if Len(name) <= 0 then IsValidEmail = false exit function end if

for i = 1 to Len(name) c = Lcase(Mid(name, i, 1))

if InStr(\c) <= 0 and not IsNumeric(c) then

IsValidEmail = false exit function end if next

if Left(name, 1) = \ IsValidEmail = false exit function

end if next

if InStr(names(1), \ IsValidEmail = false exit function end if

i = Len(names(1)) - InStrRev(names(1), \if i <> 2 and i <> 3 then IsValidEmail = false exit function end if

if InStr(email, \ IsValidEmail = false end if end function dim

user_name,user_pass,user_pass2,user_mail,user_adds,user_tel,uesr_postcode if trim(request(\

errmsg=errmsg+\用户名不能为空\ founderr=true

else

user_name=trim(request(\end if

if trim(request(\ errmsg=errmsg+\密码或确认不能为空\ founderr=true else

user_pass=trim(request(\ user_pass2=trim(request(\end if

if user_pass <> user_pass2 then

errmsg=errmsg+\两次密码不同\ founder=true end if

if request(\

errmsg=errmsg+\地址不能为空\ founderr=true else

user_adds=request(\end if

  • 收藏
  • 违规举报
  • 版权认领
下载文档10.00 元 加入VIP免费下载
推荐下载
本文作者:...

共分享92篇相关文档

文档简介:

hw_oldcash(i)=rs(\ hw_content(i)=rs(\ hw_pic(i)=rs(\ hw_date(i)=rs(\ rs.movenext loop end if rs.close %> (二)用户注册 当用户填写了注册资料后,通过REGSAVE.ASP来验证,当验证不通过时(如有的资料没填写等),输出出错提醒,当验证通过时输出通过消息,并将资料写入数据库中的USER表里。 (1) 资料验证的代码实现 <% function IsValidEmail(user_mail) dim names, name, i, c 'Check for

× 游客快捷下载通道(下载后可以自由复制和排版)
单篇付费下载
限时特价:10 元/份 原价:20元
VIP包月下载
特价:29 元/月 原价:99元
低至 0.3 元/份 每月下载150
全站内容免费自由复制
VIP包月下载
特价:29 元/月 原价:99元
低至 0.3 元/份 每月下载150
全站内容免费自由复制
注:下载文档有可能“只有目录或者内容不全”等情况,请下载之前注意辨别,如果您已付费且无法下载或内容有问题,请联系我们协助你处理。
微信:fanwen365 QQ:370150219
Copyright © 云题海 All Rights Reserved. 苏ICP备16052595号-3 网站地图 客服QQ:370150219 邮箱:370150219@qq.com