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.
product type select
This product type jump menu leads to the advanced product search form that allows customers to search for products using a list of criteria created for the selected product type. For instance, the search fields and options will be very different for digital cameras than for clothing.
CODE
<cfinclude template="#include#/producttypeselect.cfm">
The <h4> title is set in the Resource Bundle as variable productTypeSelectTitle.
Optional Parameters:
attributes.productTypeSelectClass - defaults to 'selectMenu' like other select forms (currency, etc.). This allows a single style to format all select menus if desired. attributes.productTypeSelectText - defaults to resource bundle value productTypeSelectText. attributes.productTypeSelectSize - defaults to 1. The is the size (number of rows) of the select field.
CSS
/* --- Product Type Select --- */
#productTypeSelect.selectMenu
HTML
<form id="productTypeSelect" name="productTypeSelect" action="#" class="selectMenu" method="post">
<h4>Product Types</h4>
<select name="jumptoPID" id="jumptoPID" size="1"onchange="#">
<option value="">select department</option>
<option value="#">Type One</option>
</select>
</form>


