simon__pu 发表于 2007-1-4 11:11:11

Webwinmail3.7.x.x中登录页面06-08

Webwinmail3.7.x.x中登录页面06-08
http://www.5dmail.net/bbs/thread-156997-1-1.html

为什么一定要钩选红圈处及admin前的哪个
或把下面的代码改了才能正常登陆?


S = document.getElementById("usernameshow");
if(document.getElementById("AdminLogin").checked==true){
document.f1.username.value = S.value + "@" + document.getElementById("domain").value;
//alert(document.f1.username.value);

rayer 发表于 2007-1-4 11:28:37

貌似only为了方便管理员登录专门改的代码
页: [1]
查看完整版本: Webwinmail3.7.x.x中登录页面06-08