Blessy Baby Digitalmesh Softech pvt Ltd https://blessybaby.wordpress.com/
ER sandeep chourasia sandeepchrs@yahoo.com (on facebook) http://www.aspnetcodes.com/
Happy Programming!! Rohi
// javascript function to get the button caption on text box //call this function on button click var FocusedTextBox=null; Function ButtonClick(obj) { FocusedTextBox=FocusedTextBox+obj.value; } //javascript fuction to set focused text box // call this function on text box onblur event function getFocusedTextBox(obj) { FocusedTextBox=obj; }
Login to post response