请问如何创建一个企业邮箱的登陆 ?

解决方案 »

  1.   

    你是不是想要,一个邮箱的登录验证机制的代码下班了,我明天发给你参考一下
    我的email :           [email protected]
      

  2.   

    http://www.chbin.com/index.asp
    就是类似这个网页上的企业邮局登陆,是如何做的?
      

  3.   

    <TABLE width="100%" align=center>
                        <FORM id=logon name=logon 
                        action=http://mail.chbin.com/cgi-bin/wmail method=post 
                        target=_blank ;>
                        <TBODY>
                        <TR>
                          <TD width=163 bgColor=#ffffff height=43>
                            <TABLE cellSpacing=0 cellPadding=0 width="100%" 
    border=0>
                              <TBODY>
                              <TR>
                                <TD width="39%">
                                  <DIV align=center>用 名:</DIV></TD>
                                <TD width="61%"><INPUT size=12 
    name=username></TD></TR>
                              <TR>
                                <TD>
                                  <DIV align=center><INPUT type=hidden 
                                  value=SMPREF_JS_OFF name=js_autodetect_results> @ 
                                  </DIV></TD>
                                <TD>
                                  <DIV align=center><INPUT size=15 value=chbin.com 
                                  name=domain> </DIV></TD></TR></TBODY></TABLE></TD></TR>
                        <TR>
                          <TD bgColor=#ffffff height=46>
                            <TABLE cellSpacing=0 cellPadding=0 width="95%" 
                            align=center border=0>
                              <TBODY>
                              <TR>
                                <TD width="26%">密 码:</TD>
                                <TD width="74%"><INPUT type=password size=12 
                                  name=password></TD></TR>
                              <TR>
                                <TD height=22>&nbsp;</TD>
                                <TD><INPUT type=submit value=登录邮局 name=Submit></TD></TR></TBODY></TABLE></TD></TR></FORM></TBODY></TABLE>你要的代码,你要知道接口 ,这个邮箱的接口就是http://mail.chbin.com/cgi-bin/wmail这个cgi