觸屏版
全國(guó)服務(wù)熱線(xiàn):0571-87205688
現(xiàn)在有些公司為了提升自己的企業(yè)形象,是有購(gòu)買(mǎi)企業(yè)郵局的。但是有一個(gè)頭疼的問(wèn)題來(lái)了,如何能讓員工通過(guò)企業(yè)官方的網(wǎng)站直接登陸進(jìn)入自己的企業(yè)郵箱呢?我司的3.0版郵局是有支持網(wǎng)站首頁(yè)登陸的,下面實(shí)創(chuàng)科技就分享一下相關(guān)的代碼,大家只要將mail.2776.net替換成自己的企業(yè)郵局的地址即可。
<html>
<body>
<title>歡迎使用3.0郵局系統(tǒng)</title>
<script>
function c35login(){
var username = document.getElementById("username").value;
if (username == null || username==''){
return;
}
var password = document.getElementById("password").value;
if (password == null || password==''){
return;
}
if ( username.indexOf("@")==-1){
return;
}
var domain = username.split("@")[1];
document.getElementById("service").value='http://mail.'+domain+'/Sofia.jsp';
document.getElementById("c35loginform").submit();
}
</script>
<div class="loginform">
<form id="c35loginform" name="35.cn" action="http://mail.2776.net/accounts/verifylogin" method="post">
<input type="hidden" id="service" name="service" value="" />
<input type="hidden" id="system" name="system" value="mail" />
<table align="center" border="0" cellpadding="0" cellspacing="0">
<tr>
<th align="right">用戶(hù)名</th>
<td><input id="username" name="username" type="text" maxlength="50" tabindex="1" autocomplete="off" value="" class="login_input"><font font="12px"> (請(qǐng)輸入全稱(chēng)如:user@2776.net)</font></td>
</tr>
<tr>
<th align="right">密碼</th>
<td><input id="password" name="password" type="password" tabindex="2" class="login_input" style="font-size:18px;"></td>
</tr>
<tr>
<th></th>
<td><input type="button" value="登錄" onclick="c35login();" class="login_btn"></td>
</tr>
</table>
</form>
</div>
</body>
</html>
極簡(jiǎn)設(shè)計(jì)不僅好看,而且能顯著減少網(wǎng)站跳出率
網(wǎng)站優(yōu)化中三大SEO要素
如何降低網(wǎng)站跳出率
分享影響網(wǎng)站權(quán)重的八大因素
淺談301重定向中規(guī)則的語(yǔ)法
淺談搜索引擎百度與谷歌優(yōu)化上的不同
移動(dòng)互聯(lián)網(wǎng)初創(chuàng)型團(tuán)隊(duì)需要什么樣的云計(jì)算服務(wù)?
iOS XCode 多人共享開(kāi)發(fā) SVN 配置需要做的小設(shè)置
禁用 UIWebView 里面的鏈接長(zhǎng)按彈出效果
PHP-CGI 進(jìn)程 CPU 100% 與 file_get_contents 函數(shù)的關(guān)系
評(píng)論(0人參與,0條評(píng)論)
發(fā)布評(píng)論
最新評(píng)論