You are not logged in.
Dear visitor, welcome to Aqua Computer Forum. If this is your first visit here, please read the Help. It explains how this page works. You must be registered before you can use all the page's features. Please use the registration form, to register here or read more information about the registration process. If you are already registered, please login here.

|
|
Source code |
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>
|
Quoted from "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
Quoted from "Lev"
trotzdem, wer opfert seine zeit für son sh1ce?
-