我想做一个免费邮箱快捷登陆,谁能教我,我急用,谢谢

yhncom_36de 2002-07-27 03:39:27
我想做一个免费邮箱快捷登陆,谁能教我,我急用,谢谢
就像http://www.swww.com.cn/上面的那个一样,有一个下拉框可以选择不同的邮箱

...全文
220 7 打赏 收藏 转发到动态 举报
AI 作业
写回复
用AI写文章
7 条回复
切换为时间正序
请发表友善的回复…
发表回复
yhncom_36de 2002-08-05
  • 打赏
  • 举报
回复
非常感谢!
cnvvv 2002-08-04
  • 打赏
  • 举报
回复
看看这些是否对你有帮助

http://www.cnskye.com/skill/list.asp?id=3
cat_hsfz 2002-08-04
  • 打赏
  • 举报
回复
追踪form中元素的名称(你可以从<form>到</form>全部copy),然后看看submit按钮是直接post还是要加密post,直接post你就不用管了。加密post的话就把它上面的全部script也copy过来(如果你只是希望万无一失,不管代码有没有用的话),如果其中有js的饮用,也要把js下载下来放到对应目录。

(这是最偷懒的办法,可能会有很多多于代码)
cmsoft 2002-08-04
  • 打赏
  • 举报
回复
ChinaOK说过,www.chinaok.com首页就是,你可以看看
ChinaOk 2002-08-04
  • 打赏
  • 举报
回复
www.ChinaOk.net
不是.com哟。

另外我这里没有放代码
贴在了www.dev-club.com 里了,去找找。
椅子 2002-07-27
  • 打赏
  • 举报
回复
原理是
每个登陆界面不都是一个form吗?自己造一个跟该form相同的html页就行了嘛
JavaCoffee 2002-07-27
  • 打赏
  • 举报
回复
给你一个网易判断用户登录不同邮箱的例子,你可以参考一下,注意其中函数“change_action()”的功能:

<HTML>
<HEAD>
<TITLE>网易邮件中心</TITLE>
<META HTTP-EQUIV=Content-Type CONTENT="text/html; charset=gb2312">
<style type=text/css>
<!--
body,td,input{font-size:12px;}
text{font-size: 12px; border: 1 solid #000000}
select{font-size:12px}
t1{color:#ffffff;}
t2{font-size:14.8px}
t3{color:333300;line-height:150%}
t4{font-size:12px}
tese{color:6D6D17;font-size:14.8px;line-height:150%}
a.nav:link{color:#ffffff}
a.nav:visited{color:ffffff;}
a.nav:hover{color:#FFffff;}
a.t3:link{color:333300}
a.t3:visited{color:333300}
a.t3:hover{color:ff0000}
a.pda:link{color:619300;}
a.pda:visited{color:619300;}
a.pda:hover{color:red;text-decoration:619300;}
-->
</style>
<SCRIPT language=Javascript>
function change_eng()
{
switch (window.document.loginvip.style.value) {
case "e":
window.document.loginvip.action="http://vip.163.com/payment/VipLogon.jsp?language=1&style=0";
break;
case "-1":
window.document.loginvip.action="http://vip.163.com/payment/VipLogon.jsp?language=-1&style=-1";
break;
default:
window.document.loginvip.action="http://vip.163.com/payment/VipLogon.jsp";
}
}

function change_action()
{
switch (window.document.login.select.selectedIndex) {
case 0:
window.document.login.username.value = window.document.login.user.value;
window.document.login.password.value = window.document.login.pass.value;
if (window.document.login.verifycookie.checked)
window.document.login.action="http://reg.163.com/in.jsp?url=http://202.108.42.58/mail?verifycookie=1";
else
window.document.login.action="http://reg.163.com/in.jsp?url=http://202.108.42.58/mail?verifycookie=0";
break;
case 1:
if (window.document.login.verifycookie.checked)
window.document.login.action="http://web.netease.com/cgi/login?verifycookie=1";
else
window.document.login.action="http://web.netease.com/cgi/login";
break;
case 2:
if (window.document.login.verifycookie.checked)
window.document.login.action="http://web.netease.com/cgi/login?domain=yeah.net&verifycookie=1";
else
window.document.login.action="http://web.netease.com/cgi/login?domain=yeah.net";
break;
}
}
</SCRIPT>
</HEAD>

<BODY BGCOLOR=#FFFFFF topmargin=0 marginheight=0>
<center>
<table width=705 border=0 cellspacing=0 cellpadding=0>
<tr><td WIDTH=226 colspan=3></td><td WIDTH=242 valign=bottom colspan=3><IMG SRC=http://vipimg.163.com/vipimg/homepg/text2.gif width=242 height=12 border=0></td>
<td WIDTH=237 valign=bottom><IMG SRC=http://vipimg.163.com/vipimg/homepg/text3.gif width=237 height=12 border=0></td></tr>
<tr><td WIDTH=224 background=http://vipimg.163.com/vipimg/homepg/fg.gif valign=top>
 
</td>
<td width=1 bgcolor=000000><spacer type=block width=1></td>
<td width=1 bgcolor=ffffff><spacer type=block width=1></td>
<td WIDTH=240 background=http://vipimg.163.com/vipimg/homepg/fg.gif align=center>
<table width=180 border=0 cellspacing=0 cellpadding=0 background=http://vipimg.163.com/vipimg/homepg/bg.gif>
<form onsubmit=change_action() method="post" name="login" target=_top>
<tr><td><img src=http://vipimg.163.com/vipimg/homepg/freeye.gif border=0 width=180 height=27></td></tr>
<tr><td height=1 bgcolor=003300 background><spacer type=block height=1></td></tr>
<tr><td align=center height=95>
用户名:<input type=text size=14 name=user class=text><br>密 码:<input type=password size=14 name=pass class=text><br>    <b>@</b>  
<select name=select size=1>
<option selected>163.com</option>
<option>netease.com</option>
<option>yeah.net</option>
</select><BR>
<input name=verifycookie type=checkbox checked> 安全性检查          
<input name=domain type=hidden value="">
<input name=language type=hidden value="0">
<input name=username type=hidden value="">
<input name=password type=hidden value=""><br>
</td></tr>
<tr><td height=20 align=center>
<input type=image src=http://vipimg.163.com/vipimg/homepg/denglu.gif name=B1 border=0 style="border:0;" onclick=change_action() width="35" height="19">
<a href=http://reg4.163.com/Service.shtml><img src=http://vipimg.163.com/vipimg/homepg/apply.gif border=0 width="35" height="19"></a>
<a href=http://freemail.163.com/rpass1.htm target=_blank><img src=http://vipimg.163.com/vipimg/homepg/repair.gif border=0 width="60" height="19"></a></td></tr>
<tr><td height=25 align=center>
<a href=http://vip.163.com/payment/Service8.shtml><img src=http://vipimg.163.com/vipimg/homepg/update.gif border=0 width="130" height="18"></a>
</td></tr>
<tr><td height=1 bgcolor=003300 background><spacer type=block height=1></td></tr>
</form>
</table>
</td>
<td width=1 bgcolor=000000><spacer type=block width=1></td>
<td width=1 bgcolor=ffffff><spacer type=block width=1></td>
<td WIDTH=224 background=http://vipimg.163.com/vipimg/homepg/fg.gif align=center valign=top>
 
</td>
</tr>
<tr><td WIDTH=226 colspan=3><IMG SRC=http://vipimg.163.com/vipimg/homepg/foot1.gif width=226 height=8 border=0></td>
<td WIDTH=242 valign=bottom colspan=3><IMG SRC=http://vipimg.163.com/vipimg/homepg/foot2.gif width=242 height=8 border=0></td>
<td WIDTH=237 valign=bottom><IMG SRC=http://vipimg.163.com/vipimg/homepg/foot3.gif width=237 height=8 border=0></td>
</tr></table>
<br>
<SCRIPT LANGUAGE="JavaScript">
<!--
function confirmInput(){
if(form.username.value==""){
alert("请输入用户名");
return false;
}
return true;
}
function isNumberString (InString,RefString){
if(InString.length!=11) return (false);
for (Count=0; Count < InString.length; Count++) {
TempChar= InString.substring (Count, Count+1);
if (RefString.indexOf (TempChar, 0)==-1)
return (false);
}
return (true);
}
-->
</script>
</body>
</html>

28,409

社区成员

发帖
与我相关
我的任务
社区描述
ASP即Active Server Pages,是Microsoft公司开发的服务器端脚本环境。
社区管理员
  • ASP
  • 无·法
加入社区
  • 近7日
  • 近30日
  • 至今
社区公告
暂无公告

试试用AI创作助手写篇文章吧