ASPSpellCheck is the spell checking component for Microsoft® ASP web applications.
Spell Checking for:
> Forms on
websites
> Content management systems
> Web-mail applications
> Browser WYSIWYG html
editors
> Intranets
INTRODUCTION
ASPSpellCheck provides international spellchecking for your ASP applications. It is suitable for use with W3C HTML and XHTML applications, and has a good degree of accessibility.
With no ActiveX controls, Database or DLLs to install, you can be up and
running in minutes. ASPSpellCheck even
be used on virtual/shared hosting.
SUPPORT
ASPSpellCheck provides free technical support, even to users of the Free Trial.
For support, you can email us at support@aspspellcheck.com.
A full technical manual is included in this package in both HTML Help and PDF formats.
GETTING STARTED
1. Installation Basics
In brief, ASPSpellCheck is installed by copying the directory "ASPSpellCheck" to the root of your website.
To upgrade from the trial, copy your key into the RegKey.asp file.
2. Usage Basics
You can add a spell-check link or button to almost any Form Field or HTML element within your application using the ASPSpellLink Class.
Its basic usage is shown below:
<!--#include virtual="/ASPSpellCheck/ASPSpellInclude.inc"-->
<textarea name="MyTextArea" cols="30" rows="10" id= "MyTextArea">Hello World. Ths iz a tezt sampl. </textarea>
<%
dim myLink
set myLink = new AspSpellLink
myLink.fields="MyTextArea" 'Sets the target Text Field(s) to be Spell-Checked
response.write myLink.imageButtonHTML("","","")
set myLink=nothing
%>
3. Dictionary Basics
You can install additional language dictionaries such as French, Spanish, German, Dutch, Portuguese and many Specialised English dictionaries. The dictionaries have the file extension .dic.
To install these dictionaries - first download them from www.ASPSpellCheck.com and place them in the "Dictionaries" directory within your ASPSpellCheck Directory.