Forum Moderators: open
onFocus=value="" <--this works but doesn't validate
onFocus="doClear(this)" <--this doesn't work.
I have included the code for whole search box below however this is the line that I need to figure out how to validate.
<input type="text" name="Search" value="Keyword or Part #" onFocus=value="">
Any suggestions?
------complete code-----
<form name="search" method="post" action= "http://HOSTDOMAIN.COM">
<input type="hidden" name="Store_Code" value="SITE INITIALS">
<input type="hidden" name="Screen" value="SRCH"> <input type="text" name="Search" value="Keyword or Part #" onFocus=value="">
<input type="image" src="images/search.gif" alt="search" class="textmiddle">
</form>