Two Levels - COUNTRIES ------
http://www.javascriptkit.com/javatutors/selectcontent2.shtml
END COUNTRIES
-- /////////////////////////////BILLY////////////////// -->
BILLY
http://jennifermadden.com/javascript/arraySelect3.html
Multiple products Options
from -------- http://www.fastcart.co.uk/multiple-options.html
Forms with Multiple Product Options
This page shows how to create forms with multiple product options using multiple drop-down menus,
radio buttons etc. Please ensure you have read:
- the basic links page which explains how to create basic links, and
- the linking with forms page which explains how to create form links to FastCart.
Introduction to Forms with Multiple Product Options
Some products have multiple product options, such as size, shape and colour.
For example, a t-shirt will have properties of size, shape, colour, style and so on.
The basic links and basic forms may not always be suitable for this type of product - you may prefer multiple drop-down menus instead.
You should note that there are some differences between the basic forms and the multiple option forms:
1) You need to use custom[] instead of item - note that the word custom is followed by square brackets with no spaces
2) You may use only one price per form, regardless of the options chosen for that product.
If pricing changes according to options
(ie, small and large are different prices)
then you must use separate forms (ie, one form for large and another for small)
Multiple Product Options Example Code
The following are just some of the ways you can create links with multiple product options: