Advertisement
Guest User

Untitled

a guest
Nov 27th, 2010
149
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.31 KB | None | 0 0
  1. <form id="searchform" method="get" action="search.php">
  2. <input class="textbox" value="Search" name="s" id="s" onfocus="if (this.value == 'Search') {this.value = '';}" onblur="if (this.value == '') {this.value = 'Search';}" type="text">
  3. <input type="submit" id="searchsubmit" value="" class="searchsubmit" />
  4. </form>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement