|
Your Japanese name is ") win.document.write(((otp.charAt(0)).toUpperCase())) j = 1 while (j <= otp.length - 1) { win.document.write(otp.charAt(j)) j += 1 } win.document.write(". Thanks for using this script ") j = 0 tem = "" while (j <= otp.length - 1) { if (!(otp.charAt(j) == " ")) { tem = tem + otp.charAt(j) } j += 1 } otp = tem j = 0 while (j <= otp.length - 1) { cur = otp.charAt(j) if ((isvowel(cur)) || ((cur == "n") && (!isvowel(otp.charAt(j+1))))) { j += 1 } else { while (!isvowel(otp.charAt(j))) { j += 1 cur = cur + otp.charAt(j) } j += 1 } } win.document.write('
')
win.document.close()
}
//-->
1. Most importantly, This section uses Javascript, so you need a Javascript capable browser to use this feature. If you can't enable the feature on your browser or your browser doesn't support Javascript, then this feature does not work for you! 2. After you click the button, a new window will open up with your Japanese name. If you don't see it immediately, it could be behind this browser window on your desktop! 3. Don't use puntuation, or else this might not work. However, spaces are okay. With that in mind, enjoy! ^_^ |