"Review" is to implement a popup login box and verify the input values

Source: Internet
Author: User
Tags email account

Code:

<! DOCTYPE html>#main {width:300px;            height:180px; Background-color: #bebdbd;            Position:absolute; Left:60g; Top:30%;            Display:none;        Border:thick solid black;        }. a span{color:white;        } div input{width:260px; }. A a{list-Style:none;        Color:green; }    </style> <script>functiondisplaydate () {document.getElementById ("Main"). Style.display= "Block"; }        functionhid1 () {document.getElementById ("Name1"). Value= ""; }        functionHid2 () {document.getElementById ("Name2"). Value= ""; }        functionCheckName () {varName = document.getElementById (' name1 '). Value; if(name<=0) {alert (' Email cannot be empty '); }            Else{                varStremail = document.getElementById (' name1 ')); varEmailreg =/^[\w-]+ (\.[ \w-]+) *@[\w-]+ (\.[ \w-]+) +$/; if( !emailreg.test (Stremail.value)) {Alert (' Email input is wrong, please re-enter ')                    return false; }            }                    }                functionCheckpass () {varpass = document.getElementById (' name2 '). Value; varRe3 =/\w{8,}/; if(pass<=0) {alert ("Password cannot be empty"); }            Else if( !Re3.test (pass)) {Alert (' Password number is less than eight bit, please re-enter! ‘); }        }                functioncancle () {document.getElementById (' main '). style.display= "None"; }            </script>

"Review" is to implement a popup login box and verify the input values

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.