Spell checker

Author
Discussion

ben789

Original Poster:

126 posts

270 months

Wednesday 20th August 2003
quotequote all
Ted,

How about integrating a spellchecker into the site?

or even something like (stick it into a .html file and run it):






<html><head></head><body>
<form method="post" action="#" name="msg">
<textarea cols="70" rows="10" name="mytext">bad spellling</textarea>
<br>
<input type="button" value="Spell check" onclick="window.open('http://www.spellcheck.net/cgi-bin/spell.exe?action=checkpg&string='+escape(document.msg.mytext.value + ' '), 'message', 'toolbar=yes,menubar=no,location=no,resizable=yes,scrollbars=yes,status=no,width=500,height=600');">
</form></body></html>


GregE240

10,857 posts

274 months

Wednesday 20th August 2003
quotequote all
Like it!