Spell check .ASP Web Page Forms

R

Rut

We have an extensive web deployed application that sorely needs a spell
checker, and some text mining capability. It is mainly written in ASP. All
of our users have Office 2003 on their machines, and we want to spell check
without network traffic. Isn't there a way to invoke Office spell/grammer
capability before they hit "save"??
 
R

Rut

Our client computers don't have Front Page. we want to see if we can spell
check at their end before saving.
 
G

Gyorgy Moldova [MVP]

nobody restricts you from copying your ASP code to word, spell-checking it
and copying it back to notepad or whatever app is used for ASP development,
though some conversion errors may occur, so take care
 
R

Rut

I see now that I stated the question poorly. It's not the code that needs
checking. The application takes lots of text descriptions from the users.
It is their ad hoc entries into many text fields that we want to check.
 
Top