Current location: Hot Scripts Forums » General Web Coding » JavaScript » How to make a simple select menu that adds a flat rate shipping fee?


How to make a simple select menu that adds a flat rate shipping fee?

Reply
  #1 (permalink)  
Old 10-24-05, 06:27 PM
JohnSaunders JohnSaunders is offline
New Member
 
Join Date: Apr 2004
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
How to make a simple select menu that adds a flat rate shipping fee?

Can someone tell me how to make a javascript that will add a shipping price ($5.00) to any price that is listed as a value for a select menu on multiple drop downs?

Here's an example:
Code:
<select name="shirt">
  <option value="10.00">s-l</option>
  <option value="12.00">xl-xxl</option>
</select>

Price: <input type="text" name="total" value="$0.00" /> (would show this without touching the drop down)
Price: <input type="text" name="total" value="$15.00" /> (would show this if selecting s-l)
Price: <input type="text" name="total" value="$17.00" /> (would show this if selecting xl-xxl)

<select name="shorts">
  <option value="14.00">s-l</option>
  <option value="16.00">xxl-xxl</option>
</select>

Price: <input type="text" name="total" value="$0.00" /> (would show this without touching the drop down)
Price: <input type="text" name="total" value="$19.00" /> (would show this if selecting s-l)
Price: <input type="text" name="total" value="$21.00" /> (would show this if selecting xl-xxl)
Reply With Quote
Reply

Bookmarks


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

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

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Xml / Dom / Css Mark_SC.SE JavaScript 0 06-29-05 08:05 AM
Argh.. How can I make this simple menu work? please help INTEL PHP 1 03-26-05 12:00 PM


All times are GMT -5. The time now is 10:58 PM.
vBulletin® Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.