> I have a button which I want to add a function to, so that when it is
> clicked, the data from one <textarea> will be copied to another <textarea>
> 
> Which event handler of the button should I use and hoe should I construct
> the function?


onclick.  This is not really a php question. do some googleing for javascript.

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

Reply via email to