首页 电子邮件问答内容详情

想在网站上加上163企业邮箱的登陆界面,action是什么?具体代码是什么

03-08 17:33:04 588 访客

163的邮箱登录代码
<form name=loginform id=loginform_en action=/domain/domainEntLogin method=post onsubmit=return frmvalidator_en(); target=_blank>

<input type=hidden name=domain id=domain_en value= />

<input type=hidden name=account_name id=account_name_en value= />

<input type=hidden name=password id=password_en value= />

<input type=hidden name=language value=1 />

<input type=hidden name=logintype id=logintype value=0 />

<table class=FC_tablogin cellspacing=0 cellpadding=0>

<tr>

<td class=txtr style=width: 100px;>

Username

</td>

<td>

<input type=text class=inp style=width: 100px name=txt_account_name id=txt_account_name_en />

@

<input type=text class=inp style=width: 100px name=txt_domain_name id=txt_domain_name_en />

</td>

</tr>

<tr>

<td class=txtr style=width: 100px;>

Password

</td>

<td>

<input type=password class=inp style=width: 230px name=txt_password id=txt_password_en />

</td>

</tr>

<tr>

<td class=txtr>

 


</td>

<td class=F12>

<input name=remUser id=remUsername_en value=1 type=checkbox class=fle />

<label class=fle style=margin-top: -2px; * margin-top: 0px; cursor: pointer; margin-right: 10px for=remUsername_en>


Remember username

</label>

<input name=secure type=checkbox id=secure_en value=1 class=fle checked onclick=checksecure(this,'all_secure_en')/>

<label class=fle style=margin-top: -2px; * margin-top: 0px; cursor: pointer; for=secure_en>


SSL login

</label>

</td>

</tr>

<tr>

<td>

 


</td>

<td>

<input name= type=submit class=Mbg btn_comm value=Sign in style=vertical-align: middle />

      

<a href=# onclick=closeDiv('login_div_en');showDiv('login_div'); style=text-decoration: none;>简体中文版</a>

</td>

</tr>

</table>

</form>




你的action写

想在网站上加上163企业邮箱的登陆界面,action是什么?具体代码是什么

相关标签: # 什么 # 站上 # 企业邮箱