I discovered this gmail-spell-check-ripoff made in PHP using something call aspell.
http://www.broken-notebook.com/spell_checker/index.php
It works in a very user friendly way but
A. im not a PHP man and
B. Im not using linux. what can i say, i like asp :)
Anyway...
aspell is available for windows as a command line tool.
how would i run this .exe on the server from an asp script? would i be able to get the output from the EXE into an .asp page or would i have to send the output as a text file to a folder on the web server?
we have iis6 on winServer2003.