I have entered value in a textbox and want it to be displayed in the form beneath.How should I do it?

Recommended Answers

All 5 Replies

After submit of form means you can get that textbox value with the help of <?php echo $_REQUEST ; ?>

you could do an onmouseout or onkeyup event something to fire a bit of script to grab the value of your textbox and display it in your form below. could display or use hidden form value for passing data around.

After submit of form means you can get that textbox value with the help of <?php echo $_REQUEST ; ?>

-------------

Thnx...can you help me how to do it in javascript?

you could do an onmouseout or onkeyup event something to fire a bit of script to grab the value of your textbox and display it in your form below. could display or use hidden form value for passing data around.

------------

can you tell me the coding???

i think create a new division under it..and generate an event when u entered the text and write in javascript.
function:function(divid){
document.name.divid.innerHTML=msg;
}

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.