文章详情

  • 游戏榜单
  • 软件榜单
关闭导航
热搜榜
热门下载
热门标签
php爱好者> php文档>常用邮箱快速登录代码

常用邮箱快速登录代码

时间:2006-11-06  来源:nothing9


http://www.taolang.com/surain/post/97.html

一、利用hao123提供的登录脚本。
http://www.taolang.com/surain/upload/mail2.html
function chkinput(f){var tmp=f.name.value;if(!tmp){alert("请填写您要查询的内容!");return false;}var tmp2=f.tiaojian.value;if(!tmp2){alert("请选择您要查询的条件!");return false;}return true;}function chkinput2(f){var tmp=f.user.value;if(!tmp){alert("帐号不能为空!");return false;}var tmp2=f.pass.value;if(!tmp2){alert("密码不能为空!");return false;}var tmp3=f.site.value;if(!tmp3){alert("您没有选择信箱!");return false;}return true;}function MM_openBrWindow(theURL,winName,features){window.open(theURL,winName,features);}
邮箱快速登陆→帐号:
信箱:请选择信箱@[email protected]@tom.com
@163.com
@[email protected]@[email protected]@[email protected]@[email protected]@[email protected]@126.com
@yahoo.com.cn
@xinhuanet.com
@[email protected]@[email protected]
@hotmail.com
@56.com
@gmail.com
密码:  

二、直接提交到各邮箱登录入口。
http://www.taolang.com/surain/upload/mail1.html
1)
    {
  if(mail_action[1]=="suffix")
  User += "@"+mail_action[2];
  else
  eval("document.mailForm."+mail_action[1]+".value = '"+mail_action[2]+"';");
  }
  var Passwd = document.mailForm.mail_password.value;
  var Formobj = document.mailForm;
  function checkUserPass(){
    if (User == ""){
    alert("请填写用户名");
    document.mailForm.mail_name.focus();
    return false;
    }
    else if (Passwd == ""){
    alert("请填写密码");
    document.mailForm.mail_password.focus();
    return false;
    }
    else {
    return true;
    }
  }
  if (checkUserPass()){
    document.mailForm.action = mail_action[0];
    document.mailForm.u.value = User;
    document.mailForm.user.value = User;
    document.mailForm.LoginName.value = User;
    document.mailForm.username.value = User;
    document.mailForm.UserName.value = User;
    document.mailForm.login_name.value = User;
    document.mailForm.login.value = User;
    document.mailForm.psw.value = Passwd;
    document.mailForm.pass.value = Passwd;
    document.mailForm.passwd.value = Passwd;
    document.mailForm.password.value = Passwd;
    document.mailForm.Password.value = Passwd;
    document.mailForm.login_password.value = Passwd;
    document.mailForm.submit();
    document.mailForm.mail_password.value = "";
  }
  return false;
}
//-->
常用邮箱快速登录

选择您的邮局
@[email protected]
@[email protected]
@[email protected]
@[email protected]
@[email protected]
@[email protected]
@[email protected]
@[email protected]
@[email protected]
@[email protected]
@[email protected]
@[email protected]
@[email protected]
@[email protected]
@[email protected]  
@[email protected]
@[email protected]
@[email protected]
用 户 名:
登录密码:
三、也是直接提交到各邮箱登录入口,但是代码比较复杂一些。
http://www.taolang.com/surain/upload/mail3.html
var tbwidth=755 //表格宽度
var bcolor="#3399FF" //背景颜色,可自定义
var fcolor="#ffffff" //字体颜色,可自定义
function check(input){   
if(input.mailSelect.options.selectedIndex==0){   
alert("提示:请正确选择您使用的邮箱!");   
return false;}   
if(input.name.value==""){   
alert("提示:邮箱用户名必须填写!");   
input.name.focus();   
return false;}   
if(input.password.value=="" || input.password.value.length
function makeURL(){   
var objForm=document.mailForm;   
var intIndex=objForm.mailSelect.options.selectedIndex;   
var varInfo=objForm.mailSelect.options[intIndex].value;   
var arrayInfo=varInfo.split(';');      
var strName=objForm.name.value,varPasswd=objForm.password.value;   
var length=arrayInfo.length,strProvider=arrayInfo[0],strIdName=arrayInfo[1],varPassName=arrayInfo[2];   
if(length==3){   
var strUrl=strProvider+'?'+strIdName+'='+strName+'&'+varPassName+'='+varPasswd;   
}
else{
if(arrayInfo[3]=='suffix')
[email=strName+='@'+arrayInfo[4]strName+='@'+arrayInfo[4[/email]
]
var strUrl='';   
if(arrayInfo[3]=='hidden') strUrl+=''
strUrl+='';   
}
return strUrl;   
}
function go(){   
var strLocation=makeURL();   
if(strLocation.indexOf('邮箱登录');   
doc.write('电子邮局快速登录系统,请稍候......'+strLocation+'');   
doc.close();   
}
else window.open(strLocation,'','menubar=yes,toolbar=yes,location=yes,status=yes,resizable=yes,,scrollbars=yes');   
}
function News_Window(theURL,winName,features) {
window.open(theURL,winName,features);
}
document.writeln("");
document.writeln("   ");
document.writeln("     ");
document.writeln("    ");
document.writeln(" 【邮箱快速登陆入口】→ 您的用户名: ");
document.writeln("  ");
document.writeln("             ");
document.writeln("               请选择您的邮局");
document.writeln("               @sina.com");
document.writeln("               @vip.sina.com");
document.writeln("               @163.net");
document.writeln("               @Tom.com");
document.writeln("               @21cn.com");
document.writeln("               @21cn.net");
document.writeln("               @263.net");
document.writeln("               @126.com ");
document.writeln("               @163.com");
document.writeln("               @vip.163.com");
document.writeln("               @netease.com");
document.writeln("               @Yeah.net");
document.writeln("               @mail.china.com");
document.writeln("               @china.com");
document.writeln("               @sohu.com");
document.writeln("               @citiz.net");
document.writeln("               @ChinaRen.com");
document.writeln("               @elong.com");
document.writeln("               @etang.com");
document.writeln("               @FM365.com");
document.writeln("               @yahoo.com.cn");
document.writeln("               @2911.net");
document.writeln("               @email.com.cn");
document.writeln("               @hotmail.com");
document.writeln("               @msn.com");
document.writeln("             ");
document.writeln("             密码: ");
document.writeln("             ");
document.writeln("              ");
document.writeln("             ");
document.writeln("          ");
document.writeln("       ");
document.writeln("   ");
document.writeln(" ")


相关阅读 更多 +
排行榜 更多 +
僵尸毁灭工程中文联机版

僵尸毁灭工程中文联机版

模拟经营 下载
永恒的荣耀免安装绿色版

永恒的荣耀免安装绿色版

恋爱养成 下载
一回杀免安装绿色中文版

一回杀免安装绿色中文版

角色扮演 下载