Print Page | Close Window

Added IEspell checking

Printed From: Web Wiz Forums
Category: Web Wiz Web App Support Forums
Forum Name: Web Wiz Forums
Forum Description: Support forum for Web Wiz Forums application.
URL: https://forums.webwiz.net/forum_posts.asp?TID=2725
Printed Date: 03 April 2026 at 6:43am
Software Version: Web Wiz Forums 12.08 - https://www.webwizforums.com


Topic: Added IEspell checking
Posted By: SonicSam
Subject: Added IEspell checking
Date Posted: 15 May 2003 at 5:02am

Just thought people might want to check out my implementation of spell checking to WWG using IESpell, obviously not a complete solution (no NS) but works well and is an added feature.

See it at http://www.brentford-online.com - www.brentford-online.com

Regards

Sam



-------------



Replies:
Posted By: BrownGhost
Date Posted: 20 September 2003 at 2:27pm

you have a mood for implemting it in to 7.01 WWF ??

and can one add more languages to it?
and how?

thx

                        --= = Brown Ghost = =--
         --= = International Man of Mystery = =--
-- = = I Love Money, Bitches And Adrenaline = = --



Posted By: MadDog
Date Posted: 20 September 2003 at 4:21pm
wrong forum to be posting this....

-------------
http://www.iportalx.net" rel="nofollow">


Posted By: BrownGhost
Date Posted: 20 September 2003 at 6:50pm

no its not.. i asking the post starter..

Chill Dude......!!!!!

 

SonicSam
Newbie
Newbie
Avatar

Joined: 12 May 2002
Location: United Kingdom
Posts: 31
Posted: 15 May 2003 at 5:02am | IP Logged Report Post http://forums.webwiz.net/post_message_form.asp?mode=quote&PID=12584&FID=1&TID=2725&TPN=1">Quote SonicSam

Just thought people might want to check out my implementation of spell checking to WWG using IESpell, obviously not a complete solution (no NS) but works well and is an added feature.

See it at http://www.brentford-online.com/ - www.brentford-online.com

Regards

Sam



Posted By: MadDog
Date Posted: 20 September 2003 at 8:45pm
You must not have understood me. This topic, created by sonicsame, is in the wrong forum.

-------------
http://www.iportalx.net" rel="nofollow">


Posted By: BrownGhost
Date Posted: 20 September 2003 at 11:44pm

lol can only post in Bold now...

SonicSam.. please repost your post in the right forum.

so i can repost my posts in your new post.

and we can keep posting untill we have no more posts to talk about..

Thx.. SonicSam

i hope you will post, in the right forum so i can post you back..

 



Posted By: fernan82
Date Posted: 24 September 2003 at 2:14am

This is the js for the ieSpell thing:

//Function to perform spell check
function checkspell() {
 try {
  var tmpis = new ActiveXObject("ieSpell.ieSpellExtension");
  tmpis.CheckAllLinkedDocuments(document);
 }
 catch(exception) {
  if(exception.number==-2146827859) {
   if (confirm("<% = strTxtIeSpellNotDetected %>"))
    openWin('http://www.iespell.com/down load.php','DownLoad', '');
  }
  else
   alert("Error Loading ieSpell: Exception " + exception.number);
 }
}

just add that to the IE_message_form_js.asp and message_form_js.asp and add a button on the IE_message_form.asp and message_form.asp to call that function (if you don't know how look at the source on this site). You might want to use ASP to hide the button from non-IE browsers on the non-wysiwyg form.




Print Page | Close Window

Forum Software by Web Wiz Forums® version 12.08 - https://www.webwizforums.com
Copyright ©2001-2026 Web Wiz Ltd. - https://www.webwiz.net