![]() |
|
| |||||||
|
| WebMasTer SiTeSi |
| | Seçenekler |
|
#1
| ||||
| | ||||
password (şifre- parola) eşleştirme, doğrulama scripti (javascript)HTML-Kodu: <!-- TWO STEPS TO INSTALL PASSWORD VERIFIER: 1. Copy the coding into the HEAD of your HTML document 2. Add the last code into the BODY of your HTML document --> <!-- STEP ONE: Paste this code into the HEAD of your HTML document --> <SCRIPT LANGUAGE="JavaScript"> <!-- Original: Carey Walker () --> <!-- This script and many more are available free online at --> <!-- The JavaScript Source!! http://javascript.internet.com --> <!-- Begin function checkPw(form) { pw1 = form.pw1.value; pw2 = form.pw2.value; if (pw1 != pw2) { alert ("\nYou did not enter the same new password twice. Please re-enter your password.") return false; } else return true; } // End --> </script> <!-- STEP TWO: Copy this code into the BODY of your HTML document --> <form onSubmit="return checkPw(this)"> <center> <table border=0> <tr> <td>Password:</td><td><input type=text name=pw1 size=10></td> </tr> <tr> <td>Re-enter:</td><td><input type=text name=pw2 size=10></td> </tr> <tr> <td colspan=2 align=center><input type=submit value="Submit!"></td> </tr> </table> </form> <p><center> <font face="arial, helvetica" size="-2">Free JavaScripts provided<br> by <a href="http://javascriptsource.com">The JavaScript Source</a></font> </center><p> <!-- Script Size: 1.13 KB --> |
![]() |
| Arama Etiketleri: dogrulama, eslestirme, javascript, parola, password, scripti, sifre |
| Seçenekler | |
| |
Benzer Konular | ||||
| Konu | Konu Açanlar | Forum | Cevaplar | Güncel Mesajlar |
| (javascript) JAS resim galerisi scripti | banias | Javascript kodları | 3 | 21-07-2008 01:19 |
| Html Password Lock | ondokuz | Webmaster Programları | 0 | 20-05-2008 03:54 |
| gelişmiş basketbol skorbord scripti (javascript) | banias | Javascript kodları | 0 | 25-11-2007 10:44 |
| javascript ile sayfayı titretme butonu scripti (ekran sallansın) | banias | Javascript kodları | 0 | 25-11-2007 09:52 |
| Güçlü parola nedir? | kadınca | Soru-Cevap | 3 | 23-11-2007 01:27 |
![]() |