|
|
|||||||||
|
|||||||||
|
|||||||||
| |
||
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
Multiple Drop Down Menus
Could someone make me a short sample program using the below data that will create a single submit button for all the drop down menus and will output the data in a table like this:
0001 Anthon 0001.1 Cabinets Room Level Cost Room Level Cost Total: $???? Whoever can figure this out for me (I am pretty much a novice at HTML) will get a special thanks on my corporate website when I move it to the corporate web page. (Until I present this to my boss, it's at a free web site.) Thanks. |
|
#2
|
|||
|
|||
|
??
The data below doesn't make sense. Provide more info: - how many drop-downs - what other data is in the drop-downs - do you want to send to an sql table or html table or both - anything else that you can think of to make this more descriptive... |
|
#3
|
|||
|
|||
|
Here's my page so far:
<HEAD> <TITLE>0001 Anthon</TITLE> <META content="MSHTML 6.00.2730.1700" name=GENERATOR></HEAD> <body bgcolor="#999966" text="#000000" link="#FF0000" vlink="#CC0066"> <H1>0001 Anthon</H1> <H2>0001.1 Cabinet Options</H2> <!-- List of Cabinet Options --> <PRE>Level 1: Thermofoil in Vail, Roma, or Aspen in White or Antique White Level 2: Vail, Roma, Aspen or Cottage in Natural Maple, Sanibel Maple or Medium Cherry Level 3: CE Maxx - Democrat - Maple Only Level 4: CE Maxx - Victorian and Isabella - Maple Only Level 5: CE Maxx - Shaker I &; II, Villa and Imperial Yorktowne - Keystone, Drexel, Arlington, Allandre and Symfield Level 6: CE Maxx - Roman, Aristocrat and Regency Yorktowne - Asbury, Catalina, Hearthside, Simplicity, Huntington and Cerise Level 7: CE Maxx - Legacy, Heritage, Innova and Brittany Yorktowne - Hawthorne, Columbia, Harmony, Hallmark and Celebration Level 8: CE Maxx - Milano, Provencal, Ancestral, Ambassador and Windsor Yorktowne - Royalle and Nobelle </PRE> <CENTER><H3>0001.1.1 Kitchen Cabinets</H3> <P>Choose the level of kitchen cabinets that you want.</P> <!-- Kitchen Cabinets Dropdown Menu --> <CENTER><SELECT size=1 name="price"> <OPTION value="" selected>---------- Select Kitchen Cabinets ----------- <OPTION value=3121>Level 1 <OPTION value=1512>Level 2 <OPTION value=4110>Level 3 <OPTION value=4342>Level 4 <OPTION value=5512>Level 5 <OPTION value=8257>Level 6 <OPTION value=9917>Level 7 <OPTION value=11824>Level 8 </SELECT> <H3>0001.1.2 Master Bath Cabinets</H3> <P>Choose the level of master bath cabinets that you want.</P> <!-- Master Bath Cabinets Dropdown Menu --> <CENTER><SELECT size=1 name=price> <OPTION value="" selected>---------- Select Master Bath Cabinets ----------- <OPTION value=563>Level 1 <OPTION value=395>Level 2 <OPTION value=580>Level 3 <OPTION value=765>Level 4 <OPTION value=1044>Level 5 <OPTION value=1463>Level 6 <OPTION value=1698>Level 7 <OPTION value=2022>Level 8 </SELECT> <H3>0001.1.3 Bath 2 Cabinets</H3> <p>Choose the level of bath two cabinets that you want.</p> <!-- Bath 2 Cabinets Dropdown Menu --> <CENTER><SELECT size=1 name=price> <OPTION value="" selected>---------- Select Bath 2 Cabinets ----------- <OPTION value=227>Level 1 <OPTION value=159>Level 2 <OPTION value=372>Level 3 <OPTION value=465>Level 4 <OPTION value=576>Level 5 <OPTION value=734>Level 6 <OPTION value=899>Level 7 <OPTION value=1088>Level 8 </SELECT> <H3>0001.1.4 Laundry Cabinets</H3></CENTER> <p>Choose the level of laundry cabinets that you want.</p> <!-- Laundry Cabinets Dropdown Menu --> <CENTER><SELECT size=1 name=price> <OPTION value="" selected>---------- Select Bath 2 Cabinets ----------- <OPTION value=227>Level 1 <OPTION value=159>Level 2 <OPTION value=372>Level 3 <OPTION value=465>Level 4 <OPTION value=576>Level 5 <OPTION value=734>Level 6 <OPTION value=899>Level 7 <OPTION value=1088>Level 8 </SELECT> The program is supposed to create the cost of cabinets for a home. Thx. |
|
#4
|
|||
|
|||
|
Can anybody help me?
|
![]() |
| Viewing: ASP Free Forums > Programming > HTML, JavaScript And CSS Help > Multiple Drop Down Menus |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|