根模式网站  
用户
 
密码

网站首页域名注册虚拟主机应用服务集团邮局网页制作网站推广代理专区客户中心购物车
如何设置Outlook
 
Outlook设置演示
如何设置Foxmail
 
Foxmail设置演示
CuteFtp的使用方法
 
CuteFTP设置演示
PASV 模式设置演示
FlashFXP设置演示
FlashFXP(中文)演示
数据库连接
 
连接SQL Server数据库
Mysql数据库管理方法
虚拟主机使用注意事项
 
使用php注意事项
使用jsp注意事项
使用servlet注意事项
使用perl注意事项
使用jmail注意事项
使用upload注意事项
使用fso注意事项
ASP实现 URL 转发
如何进行网站备案
   

 

 
您的位置: 主页 > 客户中心 > 帮助信息 > 集团邮箱登陆代码
> 文档

很多使用根模式网站邮局的客户希望将电子邮箱的登陆界面整合到自己网站的某个网页中,以方便电子邮箱所有者的登陆使用,现我司将电子邮箱登陆的HTML代码整理如下,希望对这些朋友有所帮助。
您只需要将以下代码复制到需要放置电子邮箱的登陆界面的网页代码中即可。
注:必须将document.loginform.action的值修改为您邮局的真实URL,如“http://mail.您的域名/src/redirect.php”
点击查看电子邮箱登陆页面测试

 
<table border="0" align="center" cellpadding="5" cellspacing="0">
<SCRIPT LANGUAGE="JavaScript">
<!--
function changeIn()
{
// document.loginform.login_username.value = document.loginform.username.value + "dns110.com";
// document.loginform.action 必须修改为你邮局相对应的URL
document.loginform.login_username.value = document.loginform.username.value +'@'+document.loginform.domain.value;
document.loginform.secretkey.value = document.loginform.password.value;
document.loginform.js_autodetect_results.value = "SMPREF_JS_OFF";
document.loginform.just_logged_in.value = "1";
document.loginform.action = "http://mail.dns110.com/src/redirect.php";
document.loginform.submit();
}
//-->
</SCRIPT>
<form action="" name="loginform" method="post" onsubmit="return changeIn()">
<input type="hidden" name="js_autodetect_results" value="SMPREF_JS_OFF">
<input type="hidden" name="just_logged_in" value="1">
<input type="hidden" name="login_username">
<input type="hidden" name="secretkey">
<tr>
<td>用户名:</td>
<td><input maxlength=64 size=12 name=username value=""></td>
<td>@<input name=domain value="dns110.com" size=12 maxlength=64></td>
</tr>
<tr>
<td>密&nbsp;&nbsp;码:</td>
<td><input maxlength=32 size=12 name="password" type="password" value=""></td>
<td><input name="submit" type=submit value="登录"></td>
</tr>
</form></table>
 
点击查看电子邮箱登陆页面测试

 

 
  关于我们 联系方式 付款事宜 招聘启事 网站地图

Copyright 2024 根模式网站 地址:上海市松江区新松江路1188弄37号 邮编:201620
电话:021-67820741 67820742 传真:转分机805 电子邮件: support@dns110.com
在线咨询QQ:219854  在线MSN:chenlh@dns110.com