I'm trying to get spellerpages working on an iis
server, my setup is as follows:
I'm developing on an IIS server at the moment. I
working on different modules of the application at a
time and I intend to use spellerpages in multiple parts
of what will be a web application. Spellerpages exists
in the webroot under the /speller folder. The demo
under the /speller folder works fine, however when I
try to call the spellchecker from a different piece of
the application (eg: '/module-foo') I get this error:
Error: speller has no properties
Source File: http://x.x.x.x/speller/spellchecker.html
Line: 21
The problem is originating from a variable called
opener and I'm having trouble tracking down what is
going wrong.
Any help getting this going would be much appreciated.