File "searchform.php"
Full Path: /home/raylsmit/public_html/wp-content/themes/aaastartertheme2/searchform.php
File size: 412 bytes
MIME-type: text/x-php
Charset: utf-8
<?php $search_text = "Type search & press Enter"; ?>
<form method="get" id="searchform" action="<?php bloginfo('home'); ?>/">
<input type="text" value="<?php echo $search_text; ?>" name="s" id="s" onblur="if (this.value == '') {this.value = '<?php echo $search_text; ?>';}" onfocus="if (this.value == '<?php echo $search_text; ?>') {this.value = '';}" />
<input type="hidden" id="searchsubmit" />
</form>