I want to display the text "SHOUVIK" (without quotes) on the second textbox as soon as I click on the first textbox
onfocus="document.forms[0].second_box_name.value='SHOUVIK';"