Forum Moderators: open
My form would have the following parts:
<input type="TEXT" name="query" value="Enter search terms">
<input type="SUBMIT" value="Search">
But with this method, they have to erase the prefilled text to enter their own search terms.
<input type="TEXT" name="query" value="Enter search terms" [b]onClick="this.value='';"[/b]> :)