Justtechjobs.com Find a programming school near you






Online Campus Both


php3-list | 199901

Re: [PHP3] pass text field data through get method? From: Rasmus Lerdorf (rasmus <email protected>)
Date: 01/31/99

> I wish to put a TEXTAREA on a page and I want
> to user to be able to enter text but not
> have to click a submit button.
>
> I would like the text data submitted
> automagically once they click on any
> other link on the page.

You might be able to do this with some fancy JavaScript. You
definitely can't do it with PHP since you need to do tricky things on the
client-side and PHP is completely server-side.

-Rasmus

--
PHP 3 Mailing List   http://www.php.net/
To unsubscribe send an empty message to php3-unsubscribe <email protected>
To subscribe to the digest list:  php3-digest-subscribe <email protected>
For help: php3-help <email protected>  Archive:  http://www.php.net/mailsearch.php3
List administrator:  zeev-list-admin <email protected>