Don't like ads? PRO users don't see any ads ;-)
Guest

Untitled

By: a guest on Aug 19th, 2012  |  syntax: PHP  |  size: 0.42 KB  |  hits: 7  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1. <!--BEGIN #searchform-->
  2. <form method="get" id="searchform" action="<?php echo home_url(); ?>/">
  3.         <fieldset>
  4.                 <input type="text" name="s" id="s" value="<?php _e('Type and hit enter', 'framework') ?>" onfocus="if(this.value=='<?php _e('Type and hit enter', 'framework') ?>')this.value='';" onblur="if(this.value=='')this.value='<?php _e('Type and hit enter', 'framework') ?>';" />
  5.         </fieldset>
  6. <!--END #searchform-->
  7. </form>