Back-end: this.txtbox1.Attributes.Add ("onMouseOver", "this.focus();this.select();"); 2. Get the focus background: textbox1.Focus(); textbox1.Attribute"/> Back-end: this.txtbox1.Attributes.Add ("onMouseOver", "this.focus();this.select();"); 2. Get the focus background: textbox1.Focus(); textbox1.Attribute">

Home >Backend Development >PHP Tutorial >implementation of always in my heart Aspnet text box selection

implementation of always in my heart Aspnet text box selection

WBOY
WBOYOriginal
2016-07-29 08:41:151745browse

1. Slide the mouse over the textbox to select all
Front-end:

Back-end:
this.txtbox1.Attributes.Add("onMouseOver", "this.focus(); this.select();");
2. Get focus
Backend:
textbox1.Focus();
textbox1.Attributes.Add("onfocus","this.select()");

The above introduces the implementation of always in my heart Aspnet text box selection, including the content of always in my heart. I hope it will be helpful to friends who are interested in PHP tutorials.

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn