select function in java script
this function is used to select the text of an input control
< input type ="text" id ="txt1">
<input type ="button" value ="select " onclick ="txt1.select()">
this function is used to select the text of an input control
< input type ="text" id ="txt1">
<input type ="button" value ="select " onclick ="txt1.select()">