Summary :
|
Views :
0
Published :
Friday, May 06, 2005
By
HyperLink
|
I found the this Java script on the web for creating a spell checker for a web page / text box using MS Word. This script assumes MS Word is installed on the web server. The web server I am using dosen’t have it installed. Is there a way to make it use the MS Word that is installed on the users PC?
Thanks in advance for you help.
Java Spellchecker script
<script>
function spellchck(wrd){
var oWrd = new ActiveXObject("Word.Application"); // create an ins
|