Advertisement
jMOD

Descartes 1.2 searchform.php modified

Feb 19th, 2013
34
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.27 KB | None | 0 0
  1. <form method="get" id="searchform" action="<?php bloginfo('home'); ?>/">
  2. <div><input type="text" value="Search blog" name="s" id="s" onfocus="if (this.value == 'Search blog') {this.value = '';}" onblur="if (this.value == '') {this.value = 'Search blog';}" />
  3. </div>
  4. </form>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement