HTML, JavaScript And CSS Help
 
Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
 
 
User Name:
Password:
Remember me
Go Back   ASP Free ForumsProgrammingHTML, JavaScript And CSS Help

Reply
Add This Thread To:
  Del.icio.us   Digg   Google   Spurl   Blink   Furl   Simpy   Y! MyWeb 
Thread Tools Search this Thread Rate Thread Display Modes
 
Unread ASP Free Forums Sponsor:
  #1  
Old June 25th, 2004, 04:01 PM
Yawgmoth Yawgmoth is offline
Registered User
ASP Free Newbie (0 - 499 posts)
 
Join Date: Jun 2004
Posts: 8 Yawgmoth User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 0
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.

Reply With Quote
  #2  
Old June 28th, 2004, 09:40 AM
scrubs scrubs is offline
Contributing User
ASP Free Newbie (0 - 499 posts)
 
Join Date: Jun 2004
Posts: 42 scrubs User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 5
??
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...

Reply With Quote
  #3  
Old June 28th, 2004, 04:33 PM
Yawgmoth Yawgmoth is offline
Registered User
ASP Free Newbie (0 - 499 posts)
 
Join Date: Jun 2004
Posts: 8 Yawgmoth User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 0
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.





Reply With Quote
  #4  
Old July 1st, 2004, 07:00 AM
Yawgmoth Yawgmoth is offline
Registered User
ASP Free Newbie (0 - 499 posts)
 
Join Date: Jun 2004
Posts: 8 Yawgmoth User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 0
Can anybody help me?

Reply With Quote
Reply

Viewing: ASP Free ForumsProgrammingHTML, JavaScript And CSS Help > Multiple Drop Down Menus


Thread Tools  Search this Thread 
Search this Thread:

Advanced Search
Display Modes  Rate This Thread 
Rate This Thread:


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
View Your Warnings | New Posts | Latest News | Latest Threads | Shoutbox
Forum Jump


Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
  
 





© 2003-2008 by Developer Shed. All rights reserved. DS Cluster 4 hosted by Hostway
Stay green...Green IT