Saturday, December 6, 2008

Enter Text In Into Two TextBoxes At the Same Time

0 comments 12/06/2008
Sign up to receive our site updates!
In Coding Page

function makeSame()
{
document.getElementById('T2').value= document.getElementById('T1').value;
}


Here makesame() function is called with TextBox1 onkeyup event




<asp:textbox id="T1" runat="server" style="z-index: 100; left: 210px; position: absolute; top: 130px" onkeyup="makeSameundefined);"></asp:TextBox>
<asp:textbox id="T2" runat="server" style="z-index: 101; left: 209px; position: absolute; top: 183px"></asp:TextBox>
Your Ad Here

0 comments:

Respects for your's Questions & Opinions

  • Friends
  •  

    Recent Posts

    Copyright 2008 All Rights Reserved Tech Tasks Template by Rajesh Kumar Chekuri