473,412 Members | 1,921 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,412 software developers and data experts.

calculation and onchange

I have an html form with three fields that need to calculate the total and onchange put the amount on a text field, should be simple enough for the gurus, I started it but cannot get it right. Here is the formula:
Logo Solutions: (LIST)
Starter Package - $159
Pro Package - $359
Wholistic Package - $659

Promtional Code: (TEXT)
NU0507

If Starter Discount = -$25
If Pro Discount = -$50
If Wholistic Discount = -$100

Priority Rush: (CHECK)
Priority Rush - +$99

Order Total: (DYNAMIC)
Displays the total

as you can see the package list has the prices, that need to total and if they put in the promo code NU0507
then they get the discount outlined above accordingly, and one more loop is if they check the rush checkbox it adds 99 to total
Simple caclutation, just my javascript is'nt so good, Here is the function I started writing, though with it I could'nt even get the onchage to fire:
Plus also now the total text field has the 659 in it as defualt but does not change as I select the list box.
here is the function as I have it set:
function Change_Selection() {
var logo_list = document.getElementById("pack");
var logo_tot = document.getElementById("logo_total");
var curSel = logo_list.options[logo_list.selectedIndex].value;
switch (curSel) {
case 1:
logo_tot.value = "159";
break;
case 2:
logo_tot.value = "359";
break;
default:
logo_tot.value = "659";
}
}

And here is the form code as I have it now:

<select name="pack" id="pack" onChange="Change_Selection()">
<option value="1" selected>
<option value="1" selected>Starter Package</option>
Starter Package
<option value="2">Pro Package</option>
<option value="3">Wholistic Package</option>
</select>
</label></td>
</tr>
<tr bgcolor="#ffffff">
<td height="2" bgcolor="#FFFFFF"><span class="style10">Promo Code </span></td>
<td height="2" colspan="3"><label>
<input name="code" type="text" id="code">
</label></td>
</tr>
<tr bgcolor="#ffffff">
<td height="2" bgcolor="#FFFFFF"><span class="style10">Proirity rush </span></td>
<td height="2" colspan="3"><label>
<input name="rush" type="checkbox" id="rush" value="99">
</label></td>
</tr>
<tr bgcolor="#ffffff">
<td height="2" bgcolor="#FFFFFF"><span class="style10">Total</span></td>
<td height="2" colspan="3"><label>
<input name="logo_total" type="text" id="logo_total">
</label></td>
</tr>

if anyone can help it will much be appreasiated!
May 24 '07 #1
3 2247
acoder
16,027 Expert Mod 8TB
In your switch statement, change the integers to strings, i.e. 1 should be '1', etc.
May 25 '07 #2
gits
5,390 Expert Mod 4TB
yep ... alternativly you may typecast the curSel-value to numbers:

Expand|Select|Wrap|Line Numbers
  1. // apply that to that switch-statement
  2.  
  3. switch (parseInt(curSel)) {
  4.     // your code here
  5. }
  6.  
May 25 '07 #3
acoder
16,027 Expert Mod 8TB
yep ... alternativly you may typecast the curSel-value to numbers:
Yes, that too!
May 26 '07 #4

Sign in to post your reply or Sign up for a free account.

Similar topics

1
by: pmarisole | last post by:
I need help in calculating a score from a row of drop-down values. I need to use the onChange to tally the score as the user moves across 9 categories (with drop-down selection of 1-9 or N/A)...
2
cassbiz
by: cassbiz | last post by:
I may be in the wrong forum so Ronald don't shoot :) In my code I have an option box to choose a number - works fine. I want to carry over the new value to another field to do a recalculation. ...
14
by: ap.sakala | last post by:
Hello, How the heck should I make this simple summering of a data without a submit button? Like in an excel sheet I would like to have a couple of cells in a column and as soon the visitor...
5
by: The alMIGHTY N | last post by:
Hi all, Let's say I have a simple math formula: sum (x * y / 1000) / (sum z / 1000) I have to do this across 50 items, each with an x, y and z value, when the page first loads AND when a...
2
by: Uncle pablo | last post by:
I was searching ALL over for a javascript to just add up a column of numbers and I found this one here in an old question. It seemed to work great for my purposes EXCEPT it stops adding at four...
1
by: theflyingminstrel | last post by:
Hi, I’m having some trouble with a Javascript code, and I was wondering if anyone can help: I am trying to build a price estimator that has multiple fields. I would like the first two fields to...
4
by: gregincolumbus | last post by:
I am trying to get the financial calculation on this to trigger whenever there is a change to select1. Right now, the user has to click on select2 to trigger the changes. Ideally, a change of...
1
by: mloraditch | last post by:
I've got some code that is supposed to calculate some values on a form and generate a total. It seems like it should work but it's definetly not, I am getting objected expected errors from the...
12
by: brossyg | last post by:
I have a very simple price times quantity calculation. The input is STWCORQuant: <input name="STWCORQuant" class="contactitalicbold" id="STWCORQuant" onChange="javascript:STWCORPrice();"...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.