The following is a very nice solution to compare two strings in a case insensitive way, it uses the prototype functionality to add a method equalsIgnoreCase to the String class: <script type="text/javascript"> You can use this new function in the following way: <script type="text/javascript"> |
