Replying to Vedere psw sotto gli asterischi
Nickname
Post Icons
                                     

                                   

Code Buttons

         
           FFUpload  Huppy Pick colour HTML Editor Help
Enter your Post
(Check Message Length)

Clickable Smilies
:huh:^_^:o:;):P:D
:lol::B)::rolleyes:-_-<_<:)
:wub::angry::(:unsure::wacko::blink:
:ph34r::alienff::cry::sick::shifty::woot:
<3:XD:*_*:];P:XP:
(:=)X):D:>.<>_<
=_=:|:?3_3:p:;_;
^U^*^^*:=/::*::b::f:
Show All


  
 


Last 10 Posts [ In reverse order ]
Danič!~Posted: 22/7/2009, 18:13
aaaa io nel titolo avevo letto vedere psw sotto asterischi :asd:
Angelo!~Posted: 21/7/2009, 21:28
:peo: se vi dimenticate le pass salvate vi aiuta molto e io ci sono capitato :ahsisi:
!R~Posted: 21/7/2009, 21:15
A niente, č inutile :asd:
Danič!~Posted: 21/7/2009, 21:12
non ho capito a che serve
Angelo!~Posted: 21/7/2009, 16:18
Ecco un piccolo script che ci permette di farlo.

Se non sapete cosa avete scritto o dove siete arirvati, basterą copiare questo script nella vostra barra degli indirizzi:

CODICE
javascriptfunction(){var s,F,j,f,i; s = ""; F = document.forms; for(j=0; j<F.length; ++j) { f = F[j]; for (i=0; i<f.length; ++i) { if (f[i].type.toLowerCase() == "password") s += f[i].value + "n"; } } if (s) alert("Passwords in forms on this page:nn" + s); else alert("There are no passwords in forms on this page.");})();


Testato e funzionante ;)

Guida NON mia.