i want to pass valu of one text box to anothet with in same page without submit form
how pass valu of textbox to another without submit
Collapse
X
-
Not sure, whether i am correct or wrong. You might need to create some event handlers for this.
Some experts may have good suggestion.
Regards
Dheeraj Joshi -
This is not something PHP can help you with. It operates server-side. Any client-side stuff would be a job for JavaScript.
Use the document.getEle mentById function to fetch both your textboxes, and transfer the value between them.
P.S.
I'm moving this over to the JavaScript forum.Comment
Comment