What are you using? Which spellchecker. What 'output'? Is this to do with php specifically or is it a general web browser question?
diafol
Rhod Gilbert Fan (ardav)
7,754 posts since Oct 2006
Reputation Points: 1,168
Solved Threads: 1,074
Are you depending on javascript at all? I'd guess that you're using js that IE won't like. Short of actually seeing the code that runs when your spellchecker button/link is clicked (and any subsequent code), it's difficult to say. It may be that the script is making use of Mozilla's built-in spellchecker.
diafol
Rhod Gilbert Fan (ardav)
7,754 posts since Oct 2006
Reputation Points: 1,168
Solved Threads: 1,074
I don't think IE has a built-in SC. To be honest I almost never use it, only to test CSS and JS as a rule. The Googlebar allows spellchecking in a number of languages, but I have no idea how you'd check for this and then implement it. Problem is, your users wouldn't be able to make use of it if they hadn't installed google toolbar (obviously).
diafol
Rhod Gilbert Fan (ardav)
7,754 posts since Oct 2006
Reputation Points: 1,168
Solved Threads: 1,074
Perhaps instead of a live spell checker, instead have a spell check button which then uses ajax to check+correct the spelling. That would be the easiest way of doing it.
cwarn23
Occupation: Genius
3,033 posts since Sep 2007
Reputation Points: 413
Solved Threads: 259
@cwarn - I agree a custom script would be better than relying on browser plug-ins.
I came across a good spellcheker a while ago here:
http://spellerpages.sourceforge.net/
I implemented it into a project as an afterthought, it seemed to do the job, but I haven't tested it thoroughly.
diafol
Rhod Gilbert Fan (ardav)
7,754 posts since Oct 2006
Reputation Points: 1,168
Solved Threads: 1,074