Close
jGuru Forums
Posted By: jayesh_patel Posted On: Friday, June 28, 2002 05:48 AM
How can I move from one text box to another using down arrow key?
Re: How can I move from one text box to another using down arrow key?
Posted By: Firat_Tiryaki Posted On: Friday, June 28, 2002 08:16 AM
document.formName.text2Name.value=document.formName.text1Name.value;