Wrox Home  
Search P2P Archive for: Go

  Return to Index  

javascript_howto thread: update a textbox with a value selected in a combo box?


Message #1 by "JIMMY JAMES" <JWEST@A...> on Wed, 11 Dec 2002 15:16:48
document.myForm.myTextBox.value=document.myForm.mySelect.value

Although for some browsers you may have to use :

document.myForm.mySelect.options[document.myForm.mySelect.selectedIndex].value

At 15:16 11/12/02 +0000, you wrote:
>how do i update a textbox with the value selected in a combo box??




  Return to Index