Retro-Kiko Admin
Anzahl der Beiträge : 50 Taler : 145 Anmeldedatum : 31.01.10
| Thema: Passwort generator Di Feb 16, 2010 9:17 pm | |
| - Code:
-
<table cellspacing="0" cellpadding="0" style="border-top-width: 0px; border-left-width: 0px; border-bottom-width: 0px; width: 200px; border-right-width: 0px"> <tbody> <tr> <td style="border-top-width: 0px; border-left-width: 0px; background-image: url(http://i98.servimg.com/u/f98/14/58/43/53/metal110.jpg); border-bottom-width: 0px; width: 200px; height: 31px; border-right-width: 0px"><strong><font color="#ff6600"> </font></strong></td> </tr> <tr> <td style="border-top-width: 0px; background-position: center 50%; border-left-width: 0px; background-image: url(http://i98.servimg.com/u/f98/14/58/43/53/metal210.jpg); border-bottom-width: 0px; width: 200px; background-repeat: repeat-y; border-right-width: 0px"> <div style="margin: auto; width: 170px"> <table> <tbody> <tr> <td> </td> <td><strong>Generiere dir dein sicheres Passwort, dass keiner herausfindet! Dein sicheres Passwort besteht aus Klein und Groß buchstaben sowie auch Zahlen!</strong> <br /> <em><br /> </em></td> </tr> </tbody> </table> <br /> <br /> <script type="text/javascript">var keylist="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789filleaffen" var temp=''
function generatepass(plength){ temp='' for (i=0;i<7;i++) temp+=keylist.charAt(Math.floor(Math.random()*keylist.length)) return temp }
function populateform(enterlength){ document.pgenerate.output.value=generatepass(enterlength) }
</script> <form name="pgenerate"> <input type="hidden" name="PHPSESSID" value="2de7d9fe837cbca45077b0044d5f02b2" /> <div align="left"> </div> <p align="center"><font face="Verdana" size="1"><input type="button" onclick="populateform(this.form.value)" value="Generieren" /> <input size="18" name="output" value="bznfbN4" type="text" /> <br /> </font></p> <font face="Verdana" size="1"> </font><strong><br /> </strong> </form> </div> </td> </tr> <tr> <td style="border-top-width: 0px; border-left-width: 0px; background-image: url(http://i98.servimg.com/u/f98/14/58/43/53/metal310.jpg); border-bottom-width: 0px; width: 200px; height: 25px; border-right-width: 0px"> </td> </tr> </tbody> </table> | |
|