|
Go4Expert Member
|
|
|
21Sep2007,20:39
|
|
|
|
Quote:
Originally Posted by pradeep
Add an onfocus handler, on the search box!
Code: HTML
<h3>Product Search</h3> <p></p> <form action="index.asp?function=SEARCH" method="post"> <input name="search" type="text" value="Type Search Criteria + Enter" size="25" onFocus='this.value="";' class="searchbox" /> </form> <p></p>
Thx mate...!!!
|