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
concatenate text boxes values into one text box.
Old 04-19-2010, 09:07 AM concatenate text boxes values into one text box.
lynxus's Avatar
Awesomeo-Maximo

Posts: 1,618
Location: UK
Trades: 1
Hi Guys,

I have 5 text boxes.

1 through to 4 are filled in by the user.

I would like the 5th textbox to list ALL the data together..

IE:
text1.value="This"
text2.value="is"
text3.value="a"
text4.value="test".

Then id like a javacript function that gets the values from textboxes 1 to 4 and put them together to print out

This is a test.

IN the textbox5.

How can i achieve this?

I would assume i need to
document.elementbyid for each box.

Then somehow add the data together and put that value in text5..

But my JS is rubbish

Any help would be great.

Thanks
G
__________________

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


lynxus is offline
Reply With Quote
View Public Profile Visit lynxus's homepage!
 
 
Register now for full access!
Old 04-19-2010, 09:16 AM Re: concatenate text boxes values into one text box.
chrishirst's Avatar
Missing! presumed drunk.

Posts: 42,383
Name: Chris Hirst
Location: Blackpool. UK
Trades: 0
HTML Code:
document.formname.ResultTextBoxName.value = document.formname.textboxA.value + ' ' + document.formname.textboxB.value + document.formname.textboxC.value + ' ' + document.formname.textboxD.value
__________________
Chris. ->>
Please login or register to view this content. Registration is FREE
<<-

A foolish consistency is the hobgoblin of little minds
Thought for today:- Is SEO the only industry where all the cowboys are Indians?
chrishirst is online now
Reply With Quote
View Public Profile Visit chrishirst's homepage!
 
Old 04-19-2010, 09:23 AM Re: concatenate text boxes values into one text box.
lynxus's Avatar
Awesomeo-Maximo

Posts: 1,618
Location: UK
Trades: 1
Thanks man, Ill give it a whirl

Always easy when you know how


TY
__________________

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


lynxus is offline
Reply With Quote
View Public Profile Visit lynxus's homepage!
 
Old 04-19-2010, 09:33 AM Re: concatenate text boxes values into one text box.
lynxus's Avatar
Awesomeo-Maximo

Posts: 1,618
Location: UK
Trades: 1
Works fine

Was there ever any doubt

Thanks again Chris
__________________

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


lynxus is offline
Reply With Quote
View Public Profile Visit lynxus's homepage!
 
Reply     « Reply to concatenate text boxes values into one text box.
 

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.15506 seconds with 12 queries