ASP.NET interface
Brought to you by:
jshimada
I took Daniel's ASP proxy idea and came up with the ASP.NET equivalent.
It basically just forwards the request to http://www.netjs.com/speller/server-scripts/spellchecker.php, modifies the response so that it uses the local include files, and sends it back to the client.
To use it, change line 19 of spellChecker.js to:
this.spellCheckScript = 'SpellChecker.aspx';
Cheers!
SpellChecker.aspx