C# .Net - Set and Clear text in a Text Box using Javascript onfocus and on blur


<asp:TextBox ID="SearchBox" Text="Search here..." runat="server" class="SearchBoxFP" onfocus="javascript: if(this.value == 'Search here...'){ this.value = ''; }" onblur="javascript: if(this.value == ''){ this.value = 'Search here...'; }"></asp:TextBox>

Comments

Popular posts from this blog

Umbraco Razor Sort Nodes Ascending or Descending

Umbraco Razor get Querystring

Create a .NET Contact Form that Gets the Last Url Visited in C# Can also be Used in Umbraco