Marcello2
03-05-2008, 04:34 PM
I have a form with 6 TextArea components named "user1_ta", "user2_ta."....".user6_ta".
Everytime a TextArea has been filled, I want to send its text to a php script "user.php"
I would like this to happen when the user has typed 3 characters in the next TextArea.
I do not know on what event to make a listener to write the sentUser function to php
I hope this is clear.
I have spent four hours trying everything without success.
Thank you for your help.
marcello
Everytime a TextArea has been filled, I want to send its text to a php script "user.php"
I would like this to happen when the user has typed 3 characters in the next TextArea.
I do not know on what event to make a listener to write the sentUser function to php
I hope this is clear.
I have spent four hours trying everything without success.
Thank you for your help.
marcello