📄 calc_8.asp
字号:
<!--#include file=../inc/top1.asp -->
<HTML><HEAD><TITLE>贷款计算</TITLE>
<SCRIPT language=javascript>
function isEmpty(str)
{
if(str==null)
return true;
else
if(str.length ==0)
return true;
else
return false;
}
function Calculate_Fee()
{
var fee_form = document.fee_form;
var house_price = fee_form.house_price.value;
if(isEmpty(house_price))
{
alert("请输入总房价");
return;
}
if(isNaN(house_price))
{
alert("总房价必须为数字");
return;
}
if(house_price <= 0)
{
alert("总房价必须大于0");
return;
}
var govenment_fee_rate,hand_fee_rate,bond_fee_rate,favourable_govenment_fee_rate;
var govenment_fee,hand_fee,bond_fee,favourable_govenment_fee;
govenment_fee_rate = 0.015;
hand_fee_rate = 0.0004;
bond_fee_rate = 0.0003;
favourable_govenment_fee_rate=0.0075;
// house_price = fee_form.house_price.value;
govenment_fee = parseInt(house_price * govenment_fee_rate * 100)/100;
hand_fee = parseInt(house_price * hand_fee_rate * 100)/100;
bond_fee = parseInt(house_price * bond_fee_rate * 100)/100;
favourable_govenment_fee=parseInt(house_price * favourable_govenment_fee_rate * 100)/100;
fee_form.govenment_fee.value = govenment_fee;
fee_form.hand_fee.value = hand_fee;
fee_form.bond_fee.value = bond_fee;
fee_form.sum_fee.value = govenment_fee + hand_fee + bond_fee + 100 + 5;
fee_form.favourable_govenment_fee.value = favourable_govenment_fee;
fee_form.favourable_sum_fee.value = favourable_govenment_fee + hand_fee + bond_fee + 100 + 5;
fee_form.favourable_sum_fee2.value = hand_fee + bond_fee + 100 + 5;
}
function Reset_Fee_Form()
{
document.fee_form.house_price.value = "";
document.fee_form.govenment_fee.value = "";
document.fee_form.hand_fee.value = "";
document.fee_form.bond_fee.value = "";
document.fee_form.sum_fee.value = "";
document.fee_form.favourable_govenment_fee.value = "";
document.fee_form.favourable_sum_fee.value = "";
document.fee_form.favourable_sum_fee2.value = "";
}
</SCRIPT>
<META content="text/html; charset=gb2312" http-equiv=Content-Type>
<LINK
href="../images/realty.css" rel=stylesheet type=text/css>
<META content="Microsoft FrontPage 5.0" name=GENERATOR></HEAD>
<BODY leftMargin=0 topMargin=0>
<SCRIPT language=javascript>
function openwin0(id) { window.open("old2buy_info.asp?Infoid="+id,"","height=523,width=510,left=70,top=0,resizable=no,scrollbars,status=no,toolbar=no,menubar=no,location=no");}
function openwin1(id) { window.open("old2_info.asp?Infoid="+id,"","height=523,width=510,left=70,top=0,resizable=no,scrollbars,status=no,toolbar=no,menubar=no,location=no");}
function openwin2(id) { window.open("lease_info.asp?Infoid="+id,"","height=523,width=510,left=70,top=0,resizable=no,scrollbars,status=no,toolbar=no,menubar=no,location=no");}
function openwin3(id) { window.open("lease_info2.asp?Infoid="+id,"","height=523,width=510,left=70,top=0,resizable=no,scrollbars,status=no,toolbar=no,menubar=no,location=no");}
function openwin4(id) { window.open("lease_info3.asp?Infoid="+id,"","height=523,width=510,left=70,top=0,resizable=no,scrollbars,status=no,toolbar=no,menubar=no,location=no");}
function openwin5(id) { window.open("zone_info.asp?Infoid="+id,"","height=523,width=590,left=70,top=0,resizable=no,scrollbars,status=no,toolbar=no,menubar=no,location=no");}
function opennewh(id) { window.open("newh_info.asp?infoid="+id,"","height=523,width=550,left=70,top=0,resizable=no,scrollbars,status=no,toolbar=no,menubar=no,location=no");}
function openme1() { window.open("sq_error.asp","","height=320,width=584,left=70,top=0,resizable=no,scrollbars=no,status=no,toolbar=no,menubar=no,location=no");}
</SCRIPT>
<LINK href="../images/realty.css" rel=stylesheet type=text/css>
<LINK
href="../images/realty.css" rel=stylesheet type=text/css>
<TABLE align=center bgColor=#edf4c1 border=0 cellPadding=0 cellSpacing=0
width=778>
<TBODY>
<TR>
<TD width=15> </TD>
<TD height=22 width=168> </TD>
<TD> </TD>
<TD width=28> </TD></TR>
<TR>
<TD> </TD>
<TD background=../images/leftbg.jpg vAlign=top width=168>
<LINK
href="../images/realty.css" rel=stylesheet type=text/css>
<TABLE border=0 cellPadding=0 cellSpacing=0 width=156>
<TBODY>
<TR>
<TD align=middle bgColor=#e2ec91 class=title2 height=26 vAlign=bottom
width=156><FONT color=#0f680f>贷款计算</FONT></TD></TR>
<TR>
<TD align=middle bgColor=#e2ec91 class=title2>
<IMG height=6
src="../images/dot.gif" width=155></TD></TR>
<tr>
<TD bgColor=#e2ec91 height=20> · <a href="calc_1.asp">公积金贷款</a></TD>
</tr>
<tr>
<TD bgColor=#e2ec91 height=20> · <a href="calc_2.asp">公积金和商业贷款</a></TD>
</tr>
<tr>
<TD bgColor=#e2ec91 height=20> · <a href="calc_3.asp">按揭与公积金贷款</a></TD>
</tr>
<tr>
<TD bgColor=#e2ec91 height=20> · <a href="calc_4.asp">购房计算</a></TD>
</tr>
<tr>
<TD bgColor=#e2ec91 height=20> · <a href="calc_5.asp">按揭计算</a></TD>
</tr>
<tr>
<TD bgColor=#e2ec91 height=20> · <a href="calc_6.asp">还贷计算</a></TD>
</tr>
<tr>
<TD bgColor=#e2ec91 height=20> · <a href="calc_7.asp">购房退税额</a></TD>
</tr>
<tr>
<TD bgColor=#e2ec91 height=20> · <a href="calc_8.asp">购房费用</a></TD>
</tr>
<tr>
<TD bgColor=#e2ec91 height=20> · <a href="calc_9.asp">各类贷款利率</a></TD>
</tr>
<TR>
<TD height=10></TD></TR></TBODY></TABLE>
<IMG height=37
src="../images/old_left3.jpg" width=167></TD>
<TD align=middle bgColor=#ffffff vAlign=top>
<TABLE border=0 cellPadding=0 cellSpacing=0 width="100%">
<TBODY>
<TR>
<TD> </TD></TR></TBODY></TABLE>
<TABLE bgColor=#7b8830 border=0 cellPadding=2 cellSpacing=1 width="96%">
<FORM name=fee_form>
<TBODY>
<TR>
<TD align=middle class=title colSpan=3 height=22><FONT
color=#ffffff>税费计算器</FONT></TD></TR>
<TR>
<TD bgColor=#edf4c1 class=title colSpan=3 height=20>请输入数据:</TD></TR>
<TR>
<TD bgColor=#edf4c1 height=32>请输入房屋总价:</TD>
<TD bgColor=#edf4c1><INPUT name=house_price size="20"> 元</TD>
<TD align=middle bgColor=#edf4c1><INPUT class=unnamed1 id=button1 name=button1 onclick=Calculate_Fee() type=button value=计算开始>
<INPUT class=unnamed1 id=button1 name=button12 onclick=Reset_Fee_Form() type=button value=重新计算>
</TD></TR>
<TR>
<TD bgColor=#edf4c1 class=title colSpan=3 height=20>计算结果:</TD></TR>
<TR align=middle class=title>
<TD bgColor=#edf4c1 height=26>税 费 名 称</TD>
<TD bgColor=#edf4c1>税 费</TD>
<TD bgColor=#edf4c1>收 费 单 位</TD></TR>
<TR>
<TD bgColor=#edf4c1 height=26> 契 税</TD>
<TD bgColor=#edf4c1><INPUT name=govenment_fee readOnly size="20"> 元
(房价1.5%)</TD>
<TD bgColor=#edf4c1> 财政部门</TD></TR>
<TR>
<TD bgColor=#edf4c1> 交易手续费 </TD>
<TD bgColor=#edf4c1 height=26><INPUT name=hand_fee readOnly size="20"> 元</TD>
<TD bgColor=#edf4c1> 房屋交易管理机构 </TD></TR>
<TR>
<TD bgColor=#edf4c1> 合同印花税</TD>
<TD bgColor=#edf4c1 height=26><INPUT name=bond_fee readOnly size="20"> 元</TD>
<TD bgColor=#edf4c1> 税务局</TD></TR>
<TR>
<TD bgColor=#edf4c1 height=26> 登 记 费</TD>
<TD bgColor=#edf4c1><INPUT name=100 readOnly value=100 size="20"> 元/件</TD>
<TD bgColor=#edf4c1> 房屋交易管理机构</TD></TR>
<TR>
<TD bgColor=#edf4c1 height=26> 权证印花税</TD>
<TD bgColor=#edf4c1><INPUT name=5 readOnly value=5 size="20"> 元/件</TD>
<TD bgColor=#edf4c1> 房屋交易管理机构 </TD></TR>
<TR>
<TD bgColor=#edf4c1 height=26> 总共费用</TD>
<TD bgColor=#edf4c1><INPUT name=sum_fee readOnly size="20"> 元</TD>
<TD bgColor=#edf4c1> </TD></TR>
<TR>
<TD bgColor=#edf4c1 class=title colSpan=3 height=26> 优 惠 契
税</TD></TR>
<TR>
<TD bgColor=#edf4c1 height=26> 1.优惠后契税</TD>
<TD bgColor=#edf4c1>
<INPUT name=favourable_govenment_fee readOnly size="20">
元</TD>
<TD bgColor=#edf4c1> 1999.8.1以后个人购买商品房</TD></TR>
<TR>
<TD bgColor=#edf4c1 height=26>优惠后总共费用</TD>
<TD bgColor=#edf4c1><INPUT name=favourable_sum_fee readOnly size="20"> 元</TD>
<TD bgColor=#edf4c1> </TD></TR>
<TR>
<TD bgColor=#edf4c1 height=26> 2.免征契税</TD>
<TD bgColor=#edf4c1> </TD>
<TD bgColor=#edf4c1> 1999.8.1以前建成的空置商品房</TD></TR>
<TR>
<TD bgColor=#edf4c1 height=26> 优惠后总共费用</TD>
<TD bgColor=#edf4c1>
<INPUT name=favourable_sum_fee2 readOnly size="20"> 元</TD>
<TD bgColor=#edf4c1> </TD></TR>
<TR>
<TD colSpan=3 height=8></TD></TR></FORM></TBODY></TABLE>
<TABLE border=0 cellPadding=0 cellSpacing=0 width="100%">
<TBODY>
<TR>
<TD align=right>
<IMG height=98 src="../images/old_mimg.jpg"
width=551></TD></TR></TBODY></TABLE></TD>
<TD> </TD></TR></TBODY></TABLE>
<LINK href="../images/realty.css"
rel=stylesheet type=text/css>
<TABLE align=center border=0 cellPadding=0 cellSpacing=0 width=778>
<TBODY>
<TR>
<TD bgColor=#edf4c1 height=6></TD></TR>
</TBODY></TABLE></BODY></HTML>
<!--#include file=../inc/bottom.asp -->
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -