<!-- form {width:30%; float:left} --> </style> <script type="text/javascript"> <!-- String.prototype.translate = function (s1, s2) { var a1 = s1.split(''); var a2 = s2.split(''); var o = new Object(); for (i=0; i<a1.length; i++) {o***91;a1***91;i***93;***93; = a2***91;i***93;} var a = this.split(''); for (i=0; i<a.length; i++) {if (o***91;a***91;i***93;***93;) a***91;i***93; = o***91;a***91;i***93;***93;}; return a.join(''); } // --> </script> <form action="translate.pl" onsubmit="document.alBhed.alBhedText.value = this.germanText.value.translate('yueplsvzfgntxoiabmcjwkrhdqYUEPLSVZFGNTXOIABMCJWKRHDQY', 'aoibcmfjwkrdqyueplsvzghntxAOIBCMFJWKRDQYUEPLSVZGHNTX'); return false" name="german"> <div><label for="germanText">Deutsch</label> <br> <input type="text" name="germanText"> <br> <input type="submit"></div> </form> <form action="translate.pl" onsubmit="document.german.germanText.value = this.alBhedText.value.translate('aoibcmfjwkrdqyueplsvzghntxAOIBCMFJWKRDQYUEPLSVZGHNTX', 'yueplsvzfgntxoiabmcjwkrhdqYUEPLSVZFGNTXOIABMCJWKRHDQY'); return false" name="alBhed"> <div> <label for="alBhedText">Al Bhed</label><br> <input type="text" name="alBhedText"><br> <input type="submit"> </div> </form>