javascript spell checker recommendations

做~自己de王妃 提交于 2019-12-04 10:33:33

You don't need PHP to run that plugin. The file checkspelling.php can be replaced with an ASP page. The code is short enough that translating it to asp shouldn't be a big deal (if you know PHP). The JS file would merely have to be updated to call checkspelling.asp rather than .php (or whatever you name it).

Side note: PHP can run on Windows.

Is it for an intranet site? If so, I suggest to use a plug-in for IE instead: if you will make a request to the server each time a user modifies a value of a textbox, it can result in a heavy load.

If I remember well, ieSpell still supports IE6.

On the other hand, if it is an internet website, you can always use the spell-checker you quoted in your question. Since it uses PHP, it can work both on Windows or Linux, so I don't see where's the problem.

Check SpellingCow. Although it offers remote spell checking, it is still worth trying.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!