Web Wiz - Green Windows Web Hosting

  New Posts New Posts RSS Feed - Added IEspell checking
  FAQ FAQ  Forum Search   Events   Register Register  Login Login

Added IEspell checking

 Post Reply Post Reply
Author
SonicSam View Drop Down
Newbie
Newbie


Joined: 12 May 2002
Location: United Kingdom
Status: Offline
Points: 33
Post Options Post Options   Thanks (0) Thanks(0)   Quote SonicSam Quote  Post ReplyReply Direct Link To This Post Topic: Added IEspell checking
    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 www.brentford-online.com

Regards

Sam

Back to Top
BrownGhost View Drop Down
Groupie
Groupie


Joined: 26 November 2002
Status: Offline
Points: 193
Post Options Post Options   Thanks (0) Thanks(0)   Quote BrownGhost Quote  Post ReplyReply Direct Link To This Post 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 = = --

Back to Top
MadDog View Drop Down
Mod Builder Group
Mod Builder Group
Avatar

Joined: 01 January 2002
Status: Offline
Points: 3008
Post Options Post Options   Thanks (0) Thanks(0)   Quote MadDog Quote  Post ReplyReply Direct Link To This Post Posted: 20 September 2003 at 4:21pm
wrong forum to be posting this....
Back to Top
BrownGhost View Drop Down
Groupie
Groupie


Joined: 26 November 2002
Status: Offline
Points: 193
Post Options Post Options   Thanks (0) Thanks(0)   Quote BrownGhost Quote  Post ReplyReply Direct Link To This Post 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 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 www.brentford-online.com

Regards

Sam

Back to Top
MadDog View Drop Down
Mod Builder Group
Mod Builder Group
Avatar

Joined: 01 January 2002
Status: Offline
Points: 3008
Post Options Post Options   Thanks (0) Thanks(0)   Quote MadDog Quote  Post ReplyReply Direct Link To This Post Posted: 20 September 2003 at 8:45pm
You must not have understood me. This topic, created by sonicsame, is in the wrong forum.

Edited by MadDog
Back to Top
BrownGhost View Drop Down
Groupie
Groupie


Joined: 26 November 2002
Status: Offline
Points: 193
Post Options Post Options   Thanks (0) Thanks(0)   Quote BrownGhost Quote  Post ReplyReply Direct Link To This Post 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..

 

Back to Top
fernan82 View Drop Down
Mod Builder Group
Mod Builder Group
Avatar

Joined: 17 November 2002
Location: United States
Status: Offline
Points: 362
Post Options Post Options   Thanks (0) Thanks(0)   Quote fernan82 Quote  Post ReplyReply Direct Link To This Post 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.

Back to Top
 Post Reply Post Reply

Forum Jump Forum Permissions View Drop Down

Forum Software by Web Wiz Forums® version 12.08
Copyright ©2001-2026 Web Wiz Ltd.


Become a Fan on Facebook Follow us on X Connect with us on LinkedIn Web Wiz Blogs
About Web Wiz | Contact Web Wiz | Terms & Conditions | Cookies | Privacy Notice

Web Wiz is the trading name of Web Wiz Ltd. Company registration No. 05977755. Registered in England and Wales.
Registered office: Web Wiz Ltd, Unit 18, The Glenmore Centre, Fancy Road, Poole, Dorset, BH12 4FB, UK.

Prices exclude VAT at 20% unless otherwise stated. VAT No. GB988999105 - $, € prices shown as a guideline only.

Copyright ©2001-2026 Web Wiz Ltd. All rights reserved.