|
|
贷款计算 |
.NoUser {
}
.Title {
COLOR: #000000; FONT-FAMILY: ; BACKGROUND-COLOR: #ffffff; TEXT-ALIGN: left
}
.SubTitle {
FONT-FAMILY: ; BACKGROUND-COLOR: #ffffff
}
.IntroTitle {
FONT-FAMILY: ; BACKGROUND-COLOR: #ffffff
}
.SmallTitle {
FONT-FAMILY: ; BACKGROUND-COLOR: #ffffff
}
.Author {
FONT-FAMILY: ; BACKGROUND-COLOR: #ffffff
}
.Source {
FONT-FAMILY: ; BACKGROUND-COLOR: #ffffff
}
.Abstract {
FONT-FAMILY: ; BACKGROUND-COLOR: #ffffff
}
function OP()
{
var afs=0.000;
if (document.calc1.ze.value == ""){
alert("请填写“贷款总额”。");
return;
}
if (document.calc1.fs.options[document.calc1.fs.selectedIndex].value == "a"){
if (document.calc1.qx.options[document.calc1.qx.selectedIndex].value == "30"){
afs=50.13518;
}
if (document.calc1.qx.options[document.calc1.qx.selectedIndex].value == "25"){
afs=55.07364;
}
if (document.calc1.qx.options[document.calc1.qx.selectedIndex].value == "20"){
afs=62.78016;
}
if (document.calc1.qx.options[document.calc1.qx.selectedIndex].value == "15"){
afs=76.04016;
}
if (document.calc1.qx.options[document.calc1.qx.selectedIndex].value == "10"){
afs=103.20512;
}
if (document.calc1.qx.options[document.calc1.qx.selectedIndex].value == "5"){
afs=183.98477;
}
}
else{
if (document.calc1.qx.options[document.calc1.qx.selectedIndex].value == "30"){
afs=60.72872;
}
if (document.calc1.qx.options[document.calc1.qx.selectedIndex].value == "25"){
afs=65.16566;
}
if (document.calc1.qx.options[document.calc1.qx.selectedIndex].value == "20"){
afs=72.33711;
}
if (document.calc1.qx.options[document.calc1.qx.selectedIndex].value == "15"){
afs=85.03537;
}
if (document.calc1.qx.options[document.calc1.qx.selectedIndex].value == "10"){
afs=111.62407;
}
if (document.calc1.qx.options[document.calc1.qx.selectedIndex].value == "5"){
afs=192.63130;
}
}
document.calc1.op1.value = document.calc1.ze.value * afs / 10000;
}
(按2005.03.17起执行新利率)
贷款计算器
贷款总额: 元
贷款方式: 公积金 商业贷款
还款期限: 30年 25年 20年 15年 10年 5年
计算结果
每月还款:
元nbsp;
|
|