163企业免费邮箱嵌入网站代码

来源:互联网 发布:广告排版软件 编辑:程序博客网 时间:2024/04/30 12:05

 
 <!--企业邮箱-->
 <form class="form" action="https://entry.ym.163.com/login/login" method="POST" onsubmit="return doSubmit()" name="dform" >
     
     
        <div class="qyyx">   
       <input type="hidden" name="domain" value="xxxxx.com" />
       
       
        <label class="lb">邮箱:</label>
        <input type="text" class="ipt-t" style="width:80px" name="account_name" />
        <b class="at">@</b><strong class="domain">xxxxx.com</strong>&nbsp;
       
       
        <label class="lb">密 码:</label>
        <input type="password" class="ipt-t ipt-t-pwd" style="width:80px " name="password" />
<input type="checkbox" class="ipt-c" name="ssl" checked />

       
        <button type="submit" class="btn btn-login" onmouseover="this.className+=' btn-login-hover'" onmouseout="this.className='btn btn-login'"><span>登 录</span></button>
        </div>
       
   </form>
      <!--企业邮箱-->

 

 

 

其中xxxxx.com为企业域名