php3-list | 199901
Date: 01/31/99
- Next message: Daniel Miladinov: "Re: [PHP3] pass text field data through get method?"
- Previous message: Tim Perdue, PHPBuilder.com: "Re: [PHP3] pass text field data through get method?"
- In reply to: sam1600 <email protected>: "[PHP3] pass text field data through get method?"
- Next in thread: Daniel Miladinov: "Re: [PHP3] pass text field data through get method?"
- Reply: Daniel Miladinov: "Re: [PHP3] pass text field data through get method?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
> 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>
- Next message: Daniel Miladinov: "Re: [PHP3] pass text field data through get method?"
- Previous message: Tim Perdue, PHPBuilder.com: "Re: [PHP3] pass text field data through get method?"
- In reply to: sam1600 <email protected>: "[PHP3] pass text field data through get method?"
- Next in thread: Daniel Miladinov: "Re: [PHP3] pass text field data through get method?"
- Reply: Daniel Miladinov: "Re: [PHP3] pass text field data through get method?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

