SEO Webstore

Search Engine Optomized Webstore

Products by Type

Shop by Brand

Language

Currency

Please Sign In
You could get a new lease on life -- if only you didn't need the first and last month in advance.

search box

Places a sitewide search form in the layout.

CODE

<cfinclude template="#include#/searchbox.cfm">

Optional Parameters:

  • attributes.defaultSearchstring - defaults to resource bundle value searchTermValue
  • attributes.searchBoxLegend - defaults to resource bundle value searcBoxLegend
  • attributes.searchBoxLabel - defaults to resource bundle value searchTermLabel
  • attributes.searchBoxSubmit - defaults to resource bundle value searchBoxButton

CSS

/* --- Search Box--- */
#searchBox
#searchBox fieldset
#searchBox legend
#searchBox label
#searchBox formField
#searchBox .submit
#searchbox .formButton

HTML

<form id="searchBox" action="#">
 <fieldset>
  <legend>Site Search</legend>    
  <label for="searchBox">Search Word</label>
  <input type="text" name="string"  value=" search..."  class="formField"...>
  <div class="submit">
   <input type="submit" name="name" value="go" class="FormButton"  />
  </div>
 </fieldset>
</form>

Your Opinion

Be the first to add your comment.


by AttentionPlease.com

Complete Site Directory