Quote:
Originally Posted by JD
add this to the input html
onfocus="this.value=''"
onblur="this.value='Search...'"
|
That works but it doesn't show "Search..." on load + when you click off with your desired text string it gets replaced with "Search...". Also when no search string is entered and you hit the enter key it will search for "Search".