Best viewed with a browser
released in the 21st Century (but where possible the site is lynx-friendly) |
Home > JavaScriptorium > Palindrome Tester Palindrome TesterWhat is a palindrome? A palindrome is a word or phrase which reads the same forward or backward. Here are some examples: "radar", "Abba", "Madam, I'm Adam" This little JavaScript application let's you type in a phrase and then analyzes it to see if it is a palindrome. Spaces and some punctuation marks are ignored, as are differences in case. Therefore, "A man, a plan, a canal: Panama" is a valid palindrome. Just type a phrase in the 'Input' area, then click on the 'Test for Palindrome' button. The verdict will be displayed below the button. Tested with Netscape (4 and 6), Mozilla and Internet Explorer (4 and 5), on MacOS, Linux and Windows. See further down the page for versions that may work with other browsers. Some more example palindromes:
Palindrome Tester - No Layers VersionThe result of the palindrome test will be displayed in an alert box when you click on 'Test for Palindrome'.
Palindrome Tester - Dialog Box VersionFor the Dialog Box version <- click link.
Home > JavaScriptorium > Palindrome Tester |