Sie sind nicht angemeldet.
![]() |
Quellcode |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 |
<html> <head> <script type="text/javascript"> function goddamnhardone(foo) { output = new Array(); input = foo.split(''); for (i = 1; i <= input.length - 1; i += 2) { output.push(input[i].charCodeAt(0)); } return output.join(''); } function decode() { form.output.value = goddamnhardone(form.input.value); } </script> </head> <body> <form name="form"> <input type="text" name="input" /> <input type="text" name="output" /> <input type="button" value="Go" onclick="decode()" /> </form> </body> </html> |
Zitat von »SpeedCat«
Yogi du bist echt zu krass! ;D
Er kommt hier mit nem Rätsel und du baust gleich nen passenden Benutzernamen-Editor oder wasauchimmer....;D
Zitat von »Lev«
trotzdem, wer opfert seine zeit für son sh1ce?
-