Results 1 to 3 of 3
Thread: Urgent help - dropdown issue
- 06-28-2011, 04:10 PM #1
Member
- Join Date
- Jun 2011
- Posts
- 5
- Rep Power
- 0
Urgent help - dropdown issue
Hey guys / gals
When you select one example "Faith.jpg" from the first dropdown, then another dropdown should link this and display several prices. Each image with different prices.
How to do this in code?? I urgently need your help. I'm busy developing for my client. Thanks!
Look at my codes below:
<body>
<select name="ORDER 1" id="dlist1" onchange="swapImage1()">
<optgroup label="Sow Seeds of Love">
<option value="None">None</option>
<option value="Images/SowSeeds/Faith_small.jpg">Faith </option>
<option value="Images/SowSeeds/Hope_small.jpg">Hope</option>
<option value="Images/SowSeeds/Grace_small.jpg">Grace</option>
<option value="Images/SowSeeds/Peace_small.jpg">Peace</option>
<option value="Images/SowSeeds/FlowerSeedSachet_small.jpg">Flower Seed Sachet</option>
</optgroup>
</select>
//This is linked to the above first dropdown when you select Faith.jpg
<select>
<option>Description</option>
<option>Card A6 (blank) - R32.00 </option>
<option>Memo Book A6 - R62.00 </option>
<option>Gift Tags (4 designs per packet) - R8.50</option>
<option>Gift Tags - Single - Assorted - R1.80</option>
<option>Key Rings Perspex - R30.00</option>
<option>Fridge Art - R40.00 </option>
</select>
AND for example you choose another image with different prices
//This is linked to the above first dropdown when you select Hope.jpg (different prices)
<select>
<option>Description</option>
<option>Card A6 (blank) - R35.00 </option>
<option>Memo Book A6 - R65.00 </option>
<option>Gift Tags (4 designs per packet) - R9.50</option>
<option>Gift Tags - Single - Assorted - R1.80</option>
<option>Key Rings Perspex - R20.00</option>
<option>Fridge Art - R40.00 </option>
</select>
</body>
Thank you :-)
- 06-28-2011, 04:23 PM #2
You'll get better answers if you post this question on an HTML forum.
- 06-28-2011, 04:32 PM #3
Similar Threads
-
dropdown with other option
By vallaru in forum Web FrameworksReplies: 1Last Post: 02-28-2011, 09:00 AM -
dropdown menu getting overlapped issue
By jeev81 in forum Advanced JavaReplies: 0Last Post: 02-02-2011, 12:03 PM -
dropdown onchange
By srivempala in forum New To JavaReplies: 0Last Post: 01-23-2011, 11:54 AM -
[URGENT]SHA Encryption System...need urgent helps
By java_idiot in forum New To JavaReplies: 6Last Post: 05-02-2010, 10:04 AM -
Help with dropdown list
By barney in forum AWT / SwingReplies: 1Last Post: 08-07-2007, 07:17 AM


LinkBack URL
About LinkBacks
Reply With Quote
Bookmarks