@If(emailname=\\\"\\\";@Return(@SetField(\\\"errtext\\\";\\\"请输入用户名\\\"));\\\"\\\");
@If(emailpassword=\\\"\\\";@Return(@SetField(\\\"errtext\\\";\\\"请输入密码\\\"));\\\"\\\");
temp:=@DbLookup(\\\"\\\":\\\"nocache\\\";@Subset(@DbName;1):\\\"names.nsf\\\";\\\"($maillist)\\\";emailname;2);
temp2:=@DbLookup(\\\"\\\":\\\"nocache\\\";@Subset(@DbName;1):\\\"names.nsf\\\";\\\"($maillist)\\\";emailname;3);
@If(@IsError(temp)|@Elements(temp)=0;@Return(@SetField(\\\"errtext\\\";\\\"这个用户不存在!\\\"));\\\"\\\");
@If(@Elements(temp)>1;@Return(@SetField(\\\"errtext\\\";\\\"用户邮箱一致性出现错误\\\"));\\\"\\\");
@If(@Right(temp;4)=\\\".nsf\\\";\\\"\\\";@Set(\\\"temp\\\";temp+\\\".nsf\\\"));
@If(@DbExists(@Subset(@DbName;1):temp);\\\"\\\";@Return(@SetField(\\\"errtext\\\";\\\"您的邮箱不存在\\\")));
@URLOpen(\\\"/main.nsf?login&username=\\\"+emailname+\\\"&password=\\\"+emailpassword+\\\"&redirectto=\\\"+temp)
相关文章 |
|
热门文章 |
|
|
|
--------------------next---------------------
阅读(124) | 评论(0) | 转发(0) |
| |