On Sunday 20 July 2003 12:37, Jason Giangrande wrote:
> I have a question about forms and PHP.  Here's what I'm looking to do.
> I'm trying to set up a spell checker that checks text entered in a form,
> but I want the check results to show up in a different window so that
> the user can change the misspelled words if they'd like.  In other
> words, I want to be able to click a link and have another page open that
> checks the spelling.  My question is how can I send the text from the
> form to this other page (which, right now, is a separate php script) so
> it can be spell checked without actually submitting the actual form
> first?  In other words, I would like the user to be able to check the
> spelling without actually submitting the form.

Squirrelmail has a nice spelling checker which works similar to that. Take a 
look to see if you can borrow some ideas/code.

-- 
Jason Wong -> Gremlins Associates -> www.gremlins.biz
Open Source Software Systems Integrators
* Web Design & Hosting * Internet & Intranet Applications Development *
------------------------------------------
Search the list archives before you post
http://marc.theaimsgroup.com/?l=php-general
------------------------------------------
/*
It is not a good omen when goldfish commit suicide.
*/


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to