Why this basic script its not working? I already used this other times and it works and now its not working.
<form name="form1">
<input type="search" placeholder="Search..." required="required" onfocus="if(this.value == 'Search...') {this.value=''}" onblur="if(this.value == ''){this.value ='Search...'}" />
<button type="submit"><img src="search-icon-2.png" /></button>
</form>