Sugestions for an JavaScript spell checker

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • pronerd
    Recognized Expert Contributor
    • Nov 2006
    • 392

    Sugestions for an JavaScript spell checker

    I am looking at different options for a spell checking option to be used in an email web app. It would presumably need to be a JavaScript option using AJAX, but I am open to other ideas as long as the server side component is Java. I am already looking at JSpell. Does anyone know of any other tools/libraries that would do this?
  • acoder
    Recognized Expert MVP
    • Nov 2006
    • 16032

    #2
    Speller Pages is good. You can use GNU Aspell installed on the server.

    Comment

    • rnd me
      Recognized Expert Contributor
      • Jun 2007
      • 427

      #3
      don't forget that firefox has it built in, so don't double correct...

      Comment

      • bitbuilder
        New Member
        • Dec 2008
        • 1

        #4
        Neither Speller Pages nor GNU Aspell use Java

        Comment

        • acoder
          Recognized Expert MVP
          • Nov 2006
          • 16032

          #5
          True, but it wouldn't be difficult to program something to use Aspell.

          Comment

          • iam_clint
            Recognized Expert Top Contributor
            • Jul 2006
            • 1207

            #6
            JavaScript Spell-Check - The Spell Checking Component for Java Script, DHTML and AJAX

            JSpell Evolution - As you type, AJAX Spell Checker [I like this one]

            Comment

            • acoder
              Recognized Expert MVP
              • Nov 2006
              • 16032

              #7
              Both are commercial products and the second one is only supported in IE and Firefox.

              Comment

              Working...