LittleNFiesty
Technical User
I want to remove any colons, and/or semi-colons from the below input field. Is there a simple javascript I can do for this?
<input type="text" name="txtSearch" id="txtSearch" style="width: 100px;" class="BodytextXSm" value="Search" onfocus="if (this.value == 'Search') this.value = '';" />
<input type="text" name="txtSearch" id="txtSearch" style="width: 100px;" class="BodytextXSm" value="Search" onfocus="if (this.value == 'Search') this.value = '';" />