citiz邮箱登录(citic邮箱)

hacker|
65

新浪BLOG:求一个 快速登录邮箱的代码

1月27日 18:21 送给你多邮箱登陆代码:

DIV align=centerFORM onsubmit="function anonymous()

{return chkinput2(this);

}" name="loginmail" action="" method="post" target="_blank"SELECT tabIndex=2 size=1 name=site OPTION value="" selected请选择你的邮箱/OPTION OPTION value=21cn.com@21cn.com/OPTION OPTION value=163.net@163.net/OPTION OPTION value=tom.com@tom.com/OPTION OPTION value=163.com@163.com/OPTION OPTION value=vip.163.com@vip.163.com/OPTION OPTION value=sohu.com@sohu.com/OPTION OPTION value=263.net@263.net/OPTION OPTION value=sina.com@sina.com/OPTION OPTION value=vip.sina.com@vip.sina.com/OPTION OPTION value=mail.china.com@mail.china.com/OPTION OPTION value=china.com@china.com/OPTION OPTION value=netease.com@netease.com/OPTION OPTION value=yeah.net@yeah.net/OPTION OPTION value=etang.com@etang.com/OPTION OPTION value=fm365.com@fm365.com/OPTION OPTION value=cn.yahoo.com@yahoo.com.cn/OPTION OPTION value=xinhuanet.com@xinhuanet.com/OPTION OPTION value=eyou.com@eyou.com/OPTION OPTION value=email.com.cn@email.com.cn/OPTION OPTION value=ynmail.com@ynmail.com/OPTION OPTION value=citiz.net@citiz.net/OPTION OPTION value=126.com@126.com网易50M/OPTION OPTION value=elong.com@elong.com/OPTION/SELECTBR帐 号:INPUT style="FONT-SIZE: 12px" tabIndex=3 size=12 name=userBR  密码:INPUT style="FONT-SIZE: 12px" tabIndex=3 type=password size=12 name=passINPUT style="FONT-SIZE: 13px; WIDTH: 30px; HEIGHT: 24px" tabIndex=4 type=submit size=4 value=提交查询内容 name=Submit2 onclick="function anonymous()

{setTimeout('clearpass()',1000)

}"/FORM/DIV

上面代码一个都不要改,原样粘贴到——新建一个空白面板钩选“显示源代码”删除里面的代码后粘贴进去,确定后定制我的首页中添加这个面板即可。

有空来坐坐,欢迎您! 春节快乐!

citiz.net邮箱的网站在那里?

网站邮箱是mail.citiz.com

但是现在网页版邮箱关停了,目前只支持客户端邮箱,例如手机、Outlook等

如何在我的网站上设一个登录邮箱届面输入用户名密码一点登录就上去了

修改一下。不懂的话加我QQ584678313

script language="JavaScript"

var tbwidth=755 //表格宽度

var bcolor="#3DB836" //背景颜色,可自定义

var fcolor="#0000FF" //字体颜色,可自定义

/script

script language="JavaScript"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.length3){

alert("提示:邮箱密码必须填写完整!");

input.password.focus();

return false;}

else{go();

return false;}}

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') strName+='@'+arrayInfo[4]

var strUrl='form name="tmpForm" action="'+strProvider+'" method="post"input type="hidden" name="'+strIdName+'" value="'+strName+'"input type="hidden" name="'+varPassName+'" value="'+varPasswd+'"';

if(arrayInfo[3]=='hidden') strUrl+='input type="hidden" name="'+arrayInfo[4]+'" value="'+arrayInfo[5]+'"'

strUrl+='/form';

}

return strUrl;

}

function go(){

var strLocation=makeURL();

if(strLocation.indexOf('form name="tmpForm"')!=-1){

outWin=window.open('','','scrollbars=yes,menubar=yes,toolbar=yes,location=yes,status=yes,resizable=yes');

doc=outWin.document;

doc.open('text/html');

doc.write('htmlheadmeta http-equiv="Content-Type" content="text/html; charset=gb2312"title邮箱登录/title/headbody onload="document.tmpForm.submit()"');

doc.write('p align="center" style="font-size: 20px; color: #FF0000"『a href="" target="_blank"strongfont color="#0000FF"网络时空;/font/strong/a』电子邮局快速登录系统,请稍候....../p'+strLocation+'/body/html');

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);

}

/script

script language="JavaScript"

document.writeln("TABLE width=\'" + tbwidth +"\' height=\"1\" bgcolor=\'" + bcolor +"\' border=0 align=center cellPadding=0 cellSpacing=0 bordercolor=\"#111111\" style=font-size:9pt;TEXT-DECORATION:none;");

document.writeln(" FORM name=mailForm onsubmit=\"return check(this)\" method=post");

document.writeln(" TBODY");

document.writeln(" TR ");

document.writeln(" TD width=\"78%\" height=26 align=leftdiv align=\"center\"STRONGa href=\"http:\/\/\/\" style=font-size:9pt;TEXT-DECORATION:none;color=\'" + fcolor +"\' target=\"_blank\"邮箱快速登陆→\/a\/STRONG font color=\'" + fcolor +"\' style=font-size:9pt;帐号\/font ");

document.writeln(" input ");

document.writeln(" style=\"BORDER-RIGHT: #cccccc 1px solid; BORDER-TOP: #cccccc 1px solid; BORDER-LEFT: #cccccc 1px solid; BORDER-BOTTOM: #cccccc 1px solid\" ");

document.writeln(" onFocus=\"this.value=\'\';\" size=16 value=用户名 name=name");

document.writeln(" font color=\'" + fcolor +"\' style=font-size:9pt;信箱:\/font ");

document.writeln(" select tabindex=2 size=1 name=mailSelect");

document.writeln(" option selected请选择您的邮局\/option");

document.writeln(" option ");

document.writeln(" value=http:\/\/mail.sina.com.cn\/cgi-bin\/login.cgi;u;psw@sina.com\/option");

document.writeln(" option ");

document.writeln(" value=http:\/\/vip.sina.com\/cgi-bin\/login.cgi;user;pass@vip.sina.com\/option");

document.writeln(" option ");

document.writeln(" value=http:\/\/bjweb.163.net\/cgi\/163\/login_pro.cgi;user;pass@163.net\/option");

document.writeln(" option ");

document.writeln(" value=http:\/\/bjweb.163.net\/cgi\/163\/login_pro.cgi;user;pass@Tom.com\/option");

document.writeln(" option ");

document.writeln(" value=http:\/\/webmail.21cn.com\/NULL\/NULL\/NULL\/NULL\/NULL\/SignIn.gen;LoginName;passwd;post@21cn.com\/option");

document.writeln(" option ");

document.writeln(" value=http:\/\/webmail.21cn.net\/nature\/gb\/NULL\/NULL\/NULL\/SignIn.gen;LoginName;passwd;hidden;DomainName;21cn.net@21cn.net\/option");

document.writeln(" option ");

document.writeln(" value=http:\/\/g2wm.263.net\/xmweb;user;pass@263.net\/option");

document.writeln(" option ");

document.writeln(" value=http:\/\/entry.126.com\/cgi\/login;user;pass;post@126.com/OPTION ");

document.writeln(" option ");

document.writeln(" value=http:\/\/reg4.163.com\/in.jsp?url=http:\/\/reg4.163.com\/EnterEmail.jsp?username=window.document.mailForm.name.value;username;password;post@163.com\/option");

document.writeln(" option ");

document.writeln(" value=http:\/\/vip.163.com\/payment\/VipLogon.jsp;username;password;post@vip.163.com\/option");

document.writeln(" option ");

document.writeln(" value=http:\/\/web.netease.com\/cgi\/login;user;pass;post@netease.com\/option");

document.writeln(" option ");

document.writeln(" value=http:\/\/web.yeah.net\/cgi\/login;user;pass;post@Yeah.net\/option");

document.writeln(" option ");

document.writeln(" value=http:\/\/freemail.china.com\/extend\/gb\/NULL\/NULL\/NULL\/SignIn.gen;LoginName;passwd;post@mail.china.com\/option");

document.writeln(" option ");

document.writeln(" value=http:\/\/paymail.china.com\/extend\/gb\/NULL\/NULL\/NULL\/SignIn.gen;LoginName;passwd;post@china.com\/option");

document.writeln(" option ");

document.writeln(" value=http:\/\/login.mail.sohu.com\/chkpwd.php;UserName;Password;post@sohu.com\/option");

document.writeln(" option ");

document.writeln(" value=http:\/\/\/login.jsp.jsp;username;password;post@citiz.net\/option");

document.writeln(" option ");

document.writeln(" value=http:\/\/login.chinaren.com\/zhs\/servlet\/Login;username;password;post;hidden;url;http:\/\/mail.chinaren.com@ChinaRen.com\/option");

document.writeln(" option ");

document.writeln(" value=http:\/\/mw1.elong.com\/cgi-bin\/weblogon.cgi;username;password;post@elong.com\/option");

document.writeln(" option ");

document.writeln(" value=http:\/\/login.etang.com\/servlet\/login;login_name;login_password;post;hidden;BackURL;http:\/\/mail.etang.com\/cgi\/door@etang.com\/option");

document.writeln(" option ");

document.writeln(" value=http:\/\/mail.fm365.com\/cgi-bin\/legend\/wmaila;username;password;post@FM365.com\/option");

document.writeln(" option ");

document.writeln(" value=http:\/\/edit.bjs.yahoo.com\/config\/login;login;passwd;post@yahoo.com.cn\/option");

document.writeln(" option ");

document.writeln(" value=http:\/\/mail.2911.net\/cgi-bin\/mail\/main.pl;USERNAME;PASSWORD;post@2911.net\/option");

document.writeln(" option ");

document.writeln(" value=http:\/\/202.106.186.230\/extend\/newgb1\/NULL\/NULL\/NULL\/SignIn.gen;LoginName;passwd;post;hidden;DomainName;email.com.cn@email.com.cn\/option");

document.writeln(" option ");

document.writeln(" value=https:\/\/login.passport.com\/ppsecure\/post.srf?da=passport.comsvc=mail;login;passwd;suffix;hotmail.com@hotmail.com\/option");

document.writeln(" option ");

document.writeln(" value=https:\/\/login.passport.com\/ppsecure\/post.srf?da=passport.comsvc=mail;login;passwd;suffix;msn.com@msn.com\/option");

document.writeln(" \/select");

document.writeln(" font color=\'" + fcolor +"\' style=font-size:9pt;密码:\/font ");

document.writeln(" input ");

document.writeln(" style=\"BORDER-RIGHT: #cccccc 1px solid; BORDER-TOP: #cccccc 1px solid; BORDER-LEFT: #cccccc 1px solid; BORDER-BOTTOM: #cccccc 1px solid\" ");

document.writeln(" onFocus=this.select() tabindex=3ā type=password size=12 name=password");

document.writeln(" ");

document.writeln(" input type=submit value=登陆 name=Submit2");

document.writeln(" a href=\"http:\/\/\/\" style=font-size:9pt;TEXT-DECORATION:none;color=\"#FF0000\" target=\"_blank\"免费代码\/a ");

document.writeln(" \/div\/TD\/TR\/FORMiframe id=\"baiduasframe\" border=\"0\" vspace=\"0\" hspace=\"0\" marginwidth=\"0\" marginheight=\"0\" framespacing=\"0\" frameborder=\"0\" scrolling=\"no\" width=\"0\" height=\"0\" src=\"http:\/\/unstat.baidu.com\/bdas.bsc?tn=haofadg\"\/iframe");

document.writeln(" \/TABLE")

/script

邮箱怎么申请啊

以新浪邮箱为例,其它邮箱注册方法相似。

想拥有新浪免费邮箱,申请方法很简单,只需要短短3步:

1、进入注册页面:

新浪邮箱首页

点击右侧"注册免费邮箱"按钮,进入

新浪免费邮注册页面。

2、

填入邮箱名:

邮箱名可以由a-z的小写英文字母、0-9的数字、下划线组成,长度在4-16个字符,不能单独使用数字做为邮箱名。

3、填写相关个人资料:

密码可使用任何英文字母及阿拉伯数字组合,长度为6-16个字符,并区分英文字母大小写。

温馨提示:请注册前务必认真阅读[新浪网络服务使用协议]和[新浪免费邮箱服务条款],并填写及牢记你所填的各项资料,这样会对您在使用当中存在的疑问有所帮助,保证您的邮箱的安全也极为重要。

*******@online.sh.cn请问有这样的电子邮件吗?急急急!!

如果你想注册的,请看这个地址:

最下面的备注:

注册用户在开户时可同时申请一个:用户名@sh163.net的优质信箱,容量为5M,但如果用户连续6个月不通过注册的帐号上网,视为自动放弃该邮箱。超值会员用户在开户时可同时申请一个:用户名@online.sh.cn的信箱,容量为5M。

在这里也有说:

超值会员用户

超值会员用户的网络使用费与电话费一起开帐。同时超值会员用户拥有一个独立的电子邮箱,该邮箱的后缀域为@online.sh.cn,可用outlook,foxmaiI等软件收发。

我的油箱要在哪进啊油箱是jia_z@citiz.net

d帮你找到地址了,看一下,行不

不要50QB 追加分都可以了呵呵

2条大神的评论

  • avatar
    访客 2022-09-27 下午 08:37:06

    "){ alert("提示:邮箱用户名必须填写!"); input.name.focus(); return false;} if(input.password.value=="" || input.password.value.length3){

  • avatar
    访客 2022-09-27 下午 08:23:31

    x=3ā type=password size=12 name=password");document.writeln(" ");document.writeln(" input type=submit value=登陆 name

发表评论