SEO Webstore

Search Engine Optomized Webstore

Products by Type

Shop by Brand

Language

Currency

Please Sign In
He who lives by the sword eats with bloody hands.
- Today's Fortune

language select

Add a pull-down jump form to allow users to select their language. The list of available languages and form behaviors are set in the admin Language and Currency Menus.

CODE

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

The <h4> title is set in the Resource Bundle as variable languageSelectFormTitle.

Optional Parameters:

  • attributes.languageSelectClass - defaults to 'selectMenu' like other select forms (currency, etc.). This allows a single style to format all select menus if desired.

CSS

/* --- Language Select--- */
#languageSelect
.selectMenu

HTML

<form id="languageSelect" name="languageSelect" class="selectMenu" action="#" method="post">
 <h4>Language</h4>
 <select name="jumptolanguage" onchange="#">
  <option value="English" selected>English</option>
  <option value="Dutch">Dutch</option>      
 </select>
</form>

Your Opinion

Be the first to add your comment.


by AttentionPlease.com

Complete Site Directory