views:

124

answers:

2

We would like to use the TinyMCE spellcheck function but without having to install PHP or .NET.

Has anyone successfully done this?

We are currently using Windows Server 2008, IIS 7 and Perl.

A: 

Don't think it's possible - the site clearly mentions that PHP is a requirement, and it appears to be written in PHP and JavaScript...

Chris Simmons
+1  A: 

You'll need to write some handler on your web server that expects the same parameters that the PHP script expects. What language you use for that doesn't matter. You'll need to do a little bit of reverse engineering and maybe change the URL in the Javascript to point to your new handler.

mpeters