Christianity: All things whatsoever ye would that men do to you, do ye even so to them.
Judaism: What is hateful to you do not to your fellowmen.
Brahmanism: Do naught unto others which would cause you pain if done to you
Buddhism: Hurt not others in ways that you would find hurtful.
Confucianism: Surely it is the maxim of loving-kindness: Do not unto others that you would not have them do unto you.
Taoism: Regard your neighbor's gain as your own gain, and your neighbor's loss as your own loss.
Zoroastrianism: That nature alone is good which refrains from doing unto another whatsoever is not good for itself.
Islam: No one of you is a believer until he desires for his brother what which he desires for himself.
Judaism: What is hateful to you do not to your fellowmen.
Brahmanism: Do naught unto others which would cause you pain if done to you
Buddhism: Hurt not others in ways that you would find hurtful.
Confucianism: Surely it is the maxim of loving-kindness: Do not unto others that you would not have them do unto you.
Taoism: Regard your neighbor's gain as your own gain, and your neighbor's loss as your own loss.
Zoroastrianism: That nature alone is good which refrains from doing unto another whatsoever is not good for itself.
Islam: No one of you is a believer until he desires for his brother what which he desires for himself.
brand select
Displays a pull-down jump menu to view products for the selected brand.
CODE
<cfinclude template="#include#/brandSelect.cfm">
The <h4> title is set in the Resource Bundle as variable productBrandSelectTitle.
Optional Parameters that may be set:
attributes.brandSelectClass - defaults to 'selectMenu' attributes.brandSelectText - default defined in resource bundle as productBrandSelectText attributes.brandSelectSize - sets the size (in rows) of the select form element.
CSS
/* --- Brand Select Form--- */
#brandSelect
HTML
<form id="brandSelect" name="brandSelect" action="#" class="selectMenu" method="post">
<h4>Shop by Brand</h4>
<select name="jumptobrand" size="1" onchange="#">
<option value="">browse by brand...</option>
<option value="#">Brand One</option>
</select>
</form>


