First commit 18/08/2000
This commit is contained in:
103
otros/financiar.htm
Normal file
103
otros/financiar.htm
Normal file
@ -0,0 +1,103 @@
|
||||
<html>
|
||||
|
||||
|
||||
|
||||
<head>
|
||||
|
||||
<meta http-equiv="Content-Type"
|
||||
|
||||
content="text/html; charset=iso-8859-1">
|
||||
|
||||
<title><EFBFBD>`<60>._ www.infdj.com _.<2E><><EFBFBD></title>
|
||||
|
||||
|
||||
|
||||
<script language="JavaScript"><!--
|
||||
|
||||
function calculate()
|
||||
|
||||
{
|
||||
|
||||
var mensualidad, MegaCadena;
|
||||
|
||||
var IE4 = document.all ? 1 : 0;
|
||||
|
||||
var NC4 = document.layer ? 1 : 0;
|
||||
|
||||
|
||||
|
||||
mensualidad = this.financiar.importe.value * this.financiar.periodo.value
|
||||
|
||||
if ( mensualidad < 5900 )
|
||||
|
||||
{
|
||||
|
||||
MegaCadena = "denegado";
|
||||
|
||||
} else {
|
||||
|
||||
MegaCadena = FormatNumber( Math.round(mensualidad).toString() );
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
||||
if ( IE4 ) this.document.all.prod.innerHTML = MegaCadena;
|
||||
|
||||
if ( NC4 ) this.document.layers.prodn.innerHTML = MegaCadena;
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
function FormatNumber(n)
|
||||
|
||||
{
|
||||
|
||||
var t = "";
|
||||
|
||||
var i, j = 0;
|
||||
|
||||
for (i = n.length - 1; i >= 0; i--) {
|
||||
|
||||
t = n.charAt(i) + t;
|
||||
|
||||
if (i && ((++j % 3) == 0))
|
||||
|
||||
t = "." + t;
|
||||
|
||||
}
|
||||
|
||||
return t;
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
||||
// --></script>
|
||||
|
||||
</head>
|
||||
|
||||
|
||||
|
||||
<body bgcolor="#48F2B3" topmargin="1" leftmargin="1">
|
||||
|
||||
|
||||
|
||||
<form name="financiar" onsubmit="return false;">
|
||||
|
||||
<table border="2" cellpadding="0" cellspacing="3"
|
||||
|
||||
bordercolor="#48F2B3" bordercolordark="#0AE08F"
|
||||
|
||||
bordercolorlight="#B6FAE0">
|
||||
|
||||
<tr>
|
||||
|
||||
<td align="center" bgcolor="#48F2B3"
|
||||
|
||||
bordercolordark="#48F2B3" bordercolorlight="#48F2B3"><font
|
||||
|
||||
face="Arial Black">Financiamos su operaci<63>n:</font></td>
|
Reference in New Issue
Block a user