<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>密 码:</td>
<td><input maxlength=32 size=12 name="password" type="password" value=""></td>
<td><input name="submit" type=submit value="登录"></td>
</tr>
</form></table> |