邮箱登陆

清华大佬耗费三个月吐血整理的几百G的资源,免费分享!....>>>


<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">





02

<html>





03

  <head>





04

    <title>qiqi.html</title>





05

  





06

    <meta http-equiv="keywords" content="keyword1,keyword2,keyword3">





07

    <meta http-equiv="description" content="this is my page">





08

    <meta http-equiv="content-type" content="text/html; charset=UTF-8">





09

    





10

    <!--<link rel="stylesheet" type="text/css" href="./styles.css">-->





11

  <script language="javascript" type="text/javascript">





12

  function MyBlur(obj){





13

  





14

  if(document.all.mailcheck.value=="1"){





15

   var m_suffix1 = document.getElementByIdx_x("m_163");





16

   m_suffix1.style.display = 'inline';





17

   





18

   var m_suffix2 = document.getElementByIdx_x("m_126");





19

   m_suffix2.style.display = "none";





20

   var m_suffix3 = document.getElementByIdx_x("m_sina");





21

   m_suffix3.style.display = "none";





22

   





23

   document.all.input_name.name="username";





24

   document.all.input_password.name="password";





25

   document.all.form.action="http://reg.163.com/CheckUser.jsp";





26

   





27

  }else if(document.all.mailcheck.value=="2"){





28

   var m_suffix1 = document.getElementByIdx_x("m_163");





29

   m_suffix1.style.display = 'none';





30

   





31

   var m_suffix2 = document.getElementByIdx_x("m_126");





32

   m_suffix2.style.display = "inline";





33

   var m_suffix3 = document.getElementByIdx_x("m_sina");





34

   m_suffix3.style.display = "none";





35

   





36

   





37

      document.all.input_name.name="username";





38

   document.all.input_password.name="password";





39

   document.all.form.action="https://reg.163.com/logins.jsp";





40

   





41

     }else if(document.all.mailcheck.value=="3"){





42

   





43

   var m_suffix1 = document.getElementByIdx_x("m_163");





44

   m_suffix1.style.display = 'none';





45

   





46

   var m_suffix2 = document.getElementByIdx_x("m_126");





47

   m_suffix2.style.display = "none";





48

   var m_suffix3 = document.getElementByIdx_x("m_sina");





49

   m_suffix3.style.display = "inline";





50

   





51

      document.all.input_name.name="u";





52

   document.all.input_password.name="psw";





53

   document.all.form.action="http://mail.sina.com.cn/cgi-bin/login.cgi";





54

   





55

     }





56

  





57

  }





58

  </script>





59

  





60

  </head>





61

  





62

  <body>





63

    <form name="form" id="form" method="post" action="http://reg.163.com/CheckUser.jsp" onSubmit="return sendmail()">





64

       账号:<input type="text" name="username" id="input_name"/>





65

       <p id="m_163" style="display:inline;">





66

       @163.com





67

    </p>





68

       <p id="m_126" style="display:none;">





69

       @126.com





70

    </p>





71

       <p id="m_sina" style="display:none;">





72

       @sina.com





73

    </p>





74

       <br>





75

       密码:<input type="password" name="password"  id="input_password"/><br>





76

       请选择邮箱:





77

       <label>





78

         <select name="mailcheck" id="mailcheck" onChange="MyBlur()">





79

           <option value="1">@163.com</option>





80

           <option value="2">@126.com</option>





81

           <option value="3">@sina.com</option>





82

         </select>





83

       </label>





84

       <br>





85

     <input type="submit" value="登陆"/>





86

       <input type="reset" value="重置"/>





87

    </form>





88

  </body>





89

</html>