how pass valu of textbox to another without submit

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • nadaud
    New Member
    • Apr 2010
    • 1

    how pass valu of textbox to another without submit

    i want to pass valu of one text box to anothet with in same page without submit form
  • Dheeraj Joshi
    Recognized Expert Top Contributor
    • Jul 2009
    • 1129

    #2
    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

    Comment

    • Atli
      Recognized Expert Expert
      • Nov 2006
      • 5062

      #3
      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

      Working...