hi.
can someone help me in how to get the value of textbox and display on textarea?
example: i type anything in textbox then after i lost the focus on textbox
it will display on textarea..
is this possible?

thanks in advance...

Recommended Answers

All 2 Replies

It's possible using Javascript.
Add the onblur event to the text box and attach it to a function that replicates the textbox value in the textarea.

ok thanks this what i looking for..

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.