|
Usage Basics
The most fundamental step to using the ASPSpellLink Class is to include the file: /ASPSpellCheck/ASPSpellInclude.inc to your ASP File.
I.E:
<!--#include file= "ASPSpellCheck/ASPSpellInclude.inc"-->
This uses a relative path to the file.
Or
<!--#include virtual= "/ASPSpellCheck/ASPSpellInclude.inc"-->
This uses an absolute path to the file, relative to the root directory of your website.
If you are unfamiliar with ASP includes, there is a good reference online at w3schools at http://www.w3schools.com/asp/asp_incfiles.asp.
|