Tycoon Talk
Become a Big fish!
The number 1 forum for online business!
Post topics, ask questions, share your knowledge.
Tycoon Talk is part of Freelancer.com - find skilled workers online at a fraction of the cost.

JavaScript Forum


You are currently viewing our JavaScript Forum as a guest. Please register to participate.
Login



Reply
Transferring value 1 textarea from 2nd textarea on click....need help.
Old 03-31-2010, 01:21 AM Transferring value 1 textarea from 2nd textarea on click....need help.
Isabella_Smith's Avatar
Ultra Talker

Posts: 285
Trades: 0
Hi,

As given in the Title, I want to know how can I transfer multiple textarea values to one textarea.....on click function....


Thanks for your consideration.
__________________

Please login or register to view this content. Registration is FREE
|
Please login or register to view this content. Registration is FREE
|
Please login or register to view this content. Registration is FREE



Please login or register to view this content. Registration is FREE
buy all indian salwar Kameez, Sarees and clothes
Isabella_Smith is offline
Reply With Quote
View Public Profile
 
 
Register now for full access!
Old 03-31-2010, 05:33 AM Re: Transferring value 1 textarea from 2nd textarea on click....need help.
Super Talker

Posts: 139
Name: John Davis
Trades: 0
Actually your question is related to JavaScript forum, not PHP.

You should to use function in onclick like:
function get_set()
{
document.getElementById('result_TA').value='';
document.getElementById('result_TA').value+=docume nt.getElementById('TA1').value+"\r\n";
document.getElementById('result_TA').value+=docume nt.getElementById('TA2').value+"\r\n";
document.getElementById('result_TA').value+=docume nt.getElementById('TA3').value+"\r\n";
.....
document.getElementById('result_TA').value+=docume nt.getElementById('TAN').value+"\r\n";
}
__________________
»
Please login or register to view this content. Registration is FREE
- Interactive maps for websites
»
Please login or register to view this content. Registration is FREE
for web developers
MapMaster is offline
Reply With Quote
View Public Profile Visit MapMaster's homepage!
 
Old 04-03-2010, 06:00 AM Re: Transferring value 1 textarea from 2nd textarea on click....need help.
Isabella_Smith's Avatar
Ultra Talker

Posts: 285
Trades: 0
Thanks MM,

What if, I want to delete for the same.....

E.g. I want to delete some value form my select/textarea on click....

Thanks a ton!!!
__________________

Please login or register to view this content. Registration is FREE
|
Please login or register to view this content. Registration is FREE
|
Please login or register to view this content. Registration is FREE



Please login or register to view this content. Registration is FREE
buy all indian salwar Kameez, Sarees and clothes
Isabella_Smith is offline
Reply With Quote
View Public Profile
 
Old 04-06-2010, 08:56 AM Re: Transferring value 1 textarea from 2nd textarea on click....need help.
Super Talker

Posts: 139
Name: John Davis
Trades: 0
Not sure that your second question is clear for me.
__________________
»
Please login or register to view this content. Registration is FREE
- Interactive maps for websites
»
Please login or register to view this content. Registration is FREE
for web developers
MapMaster is offline
Reply With Quote
View Public Profile Visit MapMaster's homepage!
 
Reply     « Reply to Transferring value 1 textarea from 2nd textarea on click....need help.
 

Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off





   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML



Page generated in 0.13321 seconds with 12 queries