home hardware prices news articles forums photos user reviews
Go Back   Tech Support Forums - TechIMO.com > PC Hardware and Tech > Webmastering and Programming
Join TechIMO for Free!
Register Blogs FAQ Members List Calendar Search Today's Posts Mark Forums Read
Reply Get bargains at  »  Dealighted.com
 
Thread Tools
Currently Active Users: 2705
Discussions: 188,384, Posts: 2,243,502, Members: 232,614
Old April 24th, 2003, 11:44 PM   Digg it!   #1 (permalink)
Member
 
Join Date: Jan 2002
Location: Rapid City, SD
Posts: 38
Java Script - Help!

Hi All!
I'm a bit stuck on an assignment to create a mortgage calculator using java script.

I have been given the following function as part of the program:

function Monthly(I, N, S) {
// I = Yearly interest rate;
// N = Number of monthly payments;
// S = Loan amount;
return (S*I/12*Math.pow(I/12+1,N))/(Math.pow(I/12+1,N)-1);
}

I am suposed to create another function called ShowVal() which is suposed to 1) extract values from the interest rate, number of payments, and loan amount fields. 2)call the Monthly() function (Shown above) with the values extracted by the ShowVal() function. and 3) assign the value from the Monthly() function to the Monthly payment field.

Here is what I have come up with, but I can't for the life of me get it to work:

function ShowVal() {
var I=eval(document.CALC.INT.value);
var N=eval(document.CALC.NUM.value);
var S=eval(document.CALC.AMT.value);
Monthly(I, N, S);
return Monthly();
document.CALC.MON.value=ShowVal();
}

I give up. Anyone have any ideas?
Thanks!
Steve

rcwabbits is offline   Reply With Quote
Reply


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

Posting Rules
You may post new threads
You may 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
Trackbacks are Off
Pingbacks are On
Refbacks are Off

Most Active Discussions
Is It Just Me? (2896)
CPU wont boot (5)
3-days in and no threads about Gaza (160)
The United States Debt (20)
I think I just killed my computer w.. (24)
Upgrading RAM (5)
hp compaq nc6000 problems (138)
Folderchat Weekday thread (441)
Antec 300 bulk purchase? (11)
Recent Discussions
CPU wont boot (5)
Creative T-3000 Subwoofer (3)
ACPI controller halt on boot (2)
Building a gaming computer advi.. (3)
Worth the upgrade?? (15)
Folderchat Weekday thread (441)
ADVICE (0)
How to increase my ram? (5)
Help with an Ati Radeon HD 4850.. (27)
Blackberry Storm, Gears of War .. (1)
Core 2 Quad Q9550 system (3)
COWBOOM Ripoff! Used Laptop w/$.. (4)


All times are GMT -4. The time now is 10:10 PM.
TechIMO Copyright 2008 All Enthusiast, Inc.



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28