![]() |
IOBit Software
|
|
|
||||||
| Programming Place to discuss programming including HTML, Java, C++, MySQL and others. |
![]() |
|
|
Thread Tools | Display Modes |
|
#1
|
||||
|
||||
|
Hi Everyone, well all 5 of you at the moment, I have a Java Script Question, it may be really tough to figure out though...it has been for me anyway...well thats why im here...anyway I have this form, (yikes) its a registration form, I have fumbled my way through most of it, and now I have 2 more steps to make it complete and I cant figure it out for the life of me....I really need the form to tally up the member and guest check boxes into the total seats reserved field....AND also to subtract $10 of from the "total" field that appreas on the screen, when they check off that they are using the "first time member promotion" anyway....here is the link if anyone wants to have a go.
Feel free to play with the form , I have it pointing to my email for now, just for testing. I am a good web designer and I work with Adobe CS2, and Flash, so in return if anyone needs help in those areas I am more than happy to return the favor for this help. Thank you all!!!!!!!!!!!!! |
| Sponsored links |
|
|
|
#2
|
||||
|
||||
|
Ok, how about this...same form, but can any one tell me how to get this form to take an additional 10$ off the "Total" when they check off the box that says "Check here if paying by credit card to receive $10.00 off of your total!"
Ok Thought that may be easier I got more of the other things figured out on my own, now I got this one left. Thanks Everyone! |
|
#3
|
||||
|
||||
|
How about this one guys...How can I have the total field out-put a "total" that looks like this $10.50 instead of 10
Thanks! : |
|
#4
|
||||
|
||||
|
var total="$"+(parseFloat(total)*100)/100
__________________
"The American people will never knowingly adopt Socialism..." -Norman Thomas |
|
#5
|
||||
|
||||
|
Thank you Kodo!
|
| Sponsored links |
|
|
![]() |
| Thread Tools | |
| Display Modes | |
|
|