Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

How to activate mailbox verification on asp.net registration page

2025-04-04 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Development >

Share

Shulou(Shulou.com)06/03 Report--

Editor to share with you how to activate the asp.net registration page to verify the mailbox, I believe most people do not know much about it, so share this article for your reference, I hope you can learn a lot after reading this article, let's go to know it!

-Front desk on the registration page

The copy code is as follows:

.zhuyi

{

Color:Red

Font-size:small

}

# pwd-strong {

Float: left

Margin: 0px

Padding: 0px

List-style: none

Background-image: url (images/pwdstrong.gif)

Background-repeat: no-repeat

}

# pwd-strong li {

Float: left

Padding: 0px

Color: # ccc

Font-size: 11px

Width: 64px

Height: 10px

Text-align: center

Padding-top: 9px

}

.pwds3 {

Background-position:-20px-70px

}

.pwds2 {

Background-position:-20px-44px

}

.pwds1 {

Background-position:-20px-18px

}

# pwd-strong li.currs {

Color: # 000

}

/ * header css style * /

# head

{

Margin:0

}

# head a:hover

{

Color:Red

}

.ahead

{

Color:black

Font-size:small

Text-decoration:none

}

# lefthead

{

Float:left

Margin:0

}

# righthead

{

Float:right

Margin:0

}

/ * end of header css style * /

/ * start of the information section * /

# body

{

/ *

Border: 1px solid black

, /

Position:absolute

Width:900px

Height:700px

Left:230px

Top:50px

}

# picture

{

Float:left

}

# xinxi

{

Border:1px solid pink

Width:850px

Height:440px

Position:absolute

Left:20px

Top:50px

}

# biaoti

{

Position:absolute

Left:1px

Top:10px

}

# xian

{

Position:absolute

Left:20px

Top:50px

}

# table

{

Position:absolute

/ *

Border:1px solid black

, /

Left:50px

Top:90px

}

/ * end of the information section * /

/ * start at the bottom * /

# footer

{

/ *

Border:1px solid black

, /

Position:absolute

Left:430px

Top:560px

}

.buttom

{

Margin:0px

Font-size:small

}

.abuttom

{

Text-decoration:none

Color:Black

}

# footer a:hover

{

Color:Blue

}

Img

{

Border:0px

}

/ * end at the bottom * /

$(function () {)

$('# txtPassword') .keyup (function () {

Var score = testpass ($(this) .val ())

If (score

< 34) { $('#pwd-strong').css('display', 'block'); $('#pwd-strong').addClass('pwds1'); $('li:first').addClass('currs'); } else if (score >

= 34 & & score

< 68) { $('#pwd-strong').css('display', 'block'); $('#pwd-strong').removeClass(); $('#pwd-strong').addClass('pwds2'); $('li:eq(1)').addClass('currs'); } else { $('#pwd-strong').css('display', 'block'); $('#pwd-strong').removeClass(); $('#pwd-strong').addClass('pwds3'); $('li:last').addClass('currs'); } }) }) 首页 业界 移动 云计算 研发 论坛 博客 下载 更多 你还未登陆!|  登陆  |  注册  |  帮助

* user name:

(combination of letters, numbers, or underscores. )

* password:

Weak, medium and strong

For the security of your account, it is strongly recommended that your password use many different types of combinations such as characters and numbers, and the password length is greater than 5 digits. )

* enter the password again:

(please make sure your password is correct)

* E-mail

(please fill in your commonly used mailbox)

* check code:

Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.

Views: 0

*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

Share To

Development

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report