当前位置:编程学习 > asp >>

ASP.NET中页面加载时文本框内有文字获得焦点时文字消失

ASP.NET中页面加载时文本框内有文字获得焦点时文字消失

 

<asp:TextBox ID="txtSearch" runat="server" Width="205px" Text="输入想要搜索的项目" OnFocus="javascript:if(this.value=='输入想要搜索的项目') {this.value='';

this.style.color='#000000'}"
OnBlur="javascript:if(this.value==''){this.value='输入想要搜索的项目';

this.style.color='#808080'}" ForeColor="Gray"></asp:TextBox>

 摘自  阿杜008
 

补充:Web开发 , ASP.Net ,
CopyRight © 2022 站长资源库 编程知识问答 zzzyk.com All Rights Reserved
部分文章来自网络,