搜索内容 : 搜索类别 :
   
 
网站用户名
管理员用户名
密  码
验证码
 
 
社区通
盈网
iephotoshop
彭城视窗
视频教程网
图片工具
中国周易
 
 
插入免费邮箱登录口

发布时间 2008-07-11

如果想在网页上插入免费邮箱登录口,则在网页编辑器的“代码”区插入以下代码即可。

效果如下:

【邮箱快速登陆入口】→ 您的用户名: 密码:

以一区为例,操作步骤如下:

第一、登录到网站管理后台,单击“网站参数设置”,然后点“一区”。

第二、在下方点击“代码”从而进入代码区。

第三、把以下这段代码放在源代码区的最后面即可。

以下是代码片段:

<script language="JavaScript">
var tbwidth=755 //表格宽度
var bcolor="#3399FF" //背景颜色,可自定义
var fcolor="#ffffff" //字体颜色,可自定义
</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.length<3){   
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('<html><head><meta http-equiv="Content-Type" content="text/html; charset=gb2312"><title>邮箱登录</title></head><body onload="document.tmpForm.submit()">');   
doc.write('<p align="center" style="font-size: 20px; color: #FF0000">电子邮局快速登录系统,请稍候......</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=left><div align=\"center\"><STRONG>【邮箱快速登陆入口】→<\/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("             <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:\/\/www.citiz.net\/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.com&svc=mail;login;passwd;suffix;hotmail.com>@hotmail.com<\/option>");
document.writeln("               <option ");
document.writeln("         value=https:\/\/login.passport.com\/ppsecure\/post.srf?da=passport.com&svc=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("          <\/div><\/TD>");
document.writeln("       <\/TR>");
document.writeln("   <\/FORM>");
document.writeln(" <\/TABLE>")
</script>

 

相关内容
查无记录

首 页| 关于点点 | 建站帮助 | 客服中心 | 友情链接 | 服务条款 | 付款方式 | 广告服务 | 联系我们 | 网站地图  免费代码大全

都市圈   网页教学网   生成的Logo图像   CC视频专家   中国个人站长站   叶子树   生成的Logo图像

本站还提供无锡本地建站服务:无锡网站建设  无锡央视广告  无锡央视展播  无锡企业媒体网站信息发布  无锡企业媒体专访

业务部邮箱:dd118@dd118.com   客服部邮箱:kefu@dd118.com  技术部邮箱:jishu@dd118.com  

Copyright @2005-2019 diandiannet Inc 版权所有: 无锡国搜信息科技有限公司(原无锡点点网络科技有限公司)

                             苏ICP备07508751号                                   ip5108.htm 流量专家

网站管理