PAGA LO JUSTO
¿Quieres reaccionar a este mensaje? Regístrate en el foro con unos pocos clics o inicia sesión para continuar.
Enlaces Patrocinados
Enlaces Patrocinados
Busqueda Expedientes D.F.

Enlaces Patrocinados
Enlaces Patrocinados
ELLOS YA PAGARON LO JUSTO!
Enlaces Patrocinados
Últimos temas
» Préstamos con Dineria, Avafin, Vivus, Kueski, baubap,tala
CALCULADORA DE INTERESES EmptyHoy a las 14:13 por Monica Alferez

» Deuda con KUBO FINANCIERO
CALCULADORA DE INTERESES EmptyHoy a las 13:38 por Monica Alferez

» Deuda con Kubo
CALCULADORA DE INTERESES EmptyHoy a las 13:27 por Monica Alferez

» AL FORMATEAR MI CELULAR QUE VENTAJAS TENGO DE ESA APP MONTADEUDAS
CALCULADORA DE INTERESES EmptyHoy a las 12:55 por Mikels

» Credito Auto BBVA
CALCULADORA DE INTERESES EmptyHoy a las 0:35 por Toño85

» Deuda gm financial
CALCULADORA DE INTERESES EmptyHoy a las 0:34 por Toño85

» Deuda KONFIO y BBVA Oro.
CALCULADORA DE INTERESES EmptyHoy a las 0:32 por Toño85

» Aplicación puede bloquear mi telefono
CALCULADORA DE INTERESES EmptyHoy a las 0:19 por Toño85

» Demanda de muebles américa
CALCULADORA DE INTERESES EmptyAyer a las 23:33 por Toño85

» Ayuda con carta Convenio de Konfio
CALCULADORA DE INTERESES EmptyAyer a las 18:19 por Ale43

» AYUDA ME QUIEREN EMBARGAR KONFIO CON SU ABOGADOS
CALCULADORA DE INTERESES EmptyAyer a las 18:17 por Ale43

» CARTA CONVENIO ES CONFIABLE?? AYUDAAA!!
CALCULADORA DE INTERESES EmptyAyer a las 15:48 por lilkuiz

» Credit365
CALCULADORA DE INTERESES EmptyAyer a las 15:38 por lilkuiz

» REVISION CARTA CONVENIO
CALCULADORA DE INTERESES EmptyAyer a las 15:34 por Warrior07

» AVAFIN - AMENZA CON DEMANDAR
CALCULADORA DE INTERESES EmptyAyer a las 15:33 por Maga123

» Cobranza avafin
CALCULADORA DE INTERESES EmptyAyer a las 15:32 por lilkuiz

» DEUDA CON TARJETA ORO BANCO AZTECA
CALCULADORA DE INTERESES EmptyAyer a las 8:42 por Usagy1984

» DEUDA NU 2000 MNC
CALCULADORA DE INTERESES EmptyAyer a las 3:41 por Toño85

» Deuda Ibillete
CALCULADORA DE INTERESES EmptyAyer a las 0:06 por hugomtz1522

» Banco azteca, me envia mensajes de texto con amenaza de embargo , carcel , pero no me han llegado papeles de embargo , estan fastidiando a las referencias que di por llamadas telefonicas
CALCULADORA DE INTERESES EmptyJue 25 Abr 2024 - 23:48 por Toño85

» DEUDA CON KONFIO 240 MIL DE UN AÑO DE IMPAGO
CALCULADORA DE INTERESES EmptyJue 25 Abr 2024 - 20:31 por Ale43

» PREVIO EMPLAZAMIENTO - AVAFIN / CREDITO ONLINE
CALCULADORA DE INTERESES EmptyJue 25 Abr 2024 - 18:24 por CHRISGARCIAP22

» App paramia
CALCULADORA DE INTERESES EmptyJue 25 Abr 2024 - 17:12 por lilkuiz

» Deuda con Moneyman y Kueski
CALCULADORA DE INTERESES EmptyJue 25 Abr 2024 - 17:08 por lilkuiz

» RETIRO DE AFORE
CALCULADORA DE INTERESES EmptyJue 25 Abr 2024 - 11:04 por Chente barnes

Documento sin título

CALCULADORA DE INTERESES

2 participantes

Ir abajo

CALCULADORA DE INTERESES Empty CALCULADORA DE INTERESES

Mensaje  HADES Vie 19 Feb 2010 - 11:55

Hola! Mientras logro meter el codigo de la calculadora en la pagina les dejo este link.

[Tienes que estar registrado y conectado para ver este vínculo]

Código:
<HTML>
<!-- Copiar dentro del tag BODY -->
<BODY>
<script type="text/javascript">
<!--
    function cent(amount) {
    // returns the amount in the .99 format
    return (amount == Math.floor(amount)) ? amount + '.00' : ( (amount*10 == Math.floor(amount*10)) ? amount + '0' : amount);
}
    function update(form) {
    var subtotal = (form.quantity.value - 0) * (form.unitcost.value - 0);
    subtotal = Math.floor(subtotal * 100)/100;
    form.subtotal.value = '$' + cent(subtotal);
    var tax = subtotal / 100 * (form.rate.value - 0);
    tax = Math.floor(tax * 100)/100
    form.tax.value = '$' + cent(tax);
    total = subtotal + tax;
    total = Math.floor(total * 100)/100
    form.total.value = '$' + cent(total);
}
//-->
</script>
<FORM>
<TABLE>
<TR><TD>Cantidad: </TD><TD><INPUT TYPE="TEXT" NAME="quantity" SIZE="8"></TD></TR>
<TR><TD>Costo unitario: </TD><TD><INPUT TYPE="TEXT" NAME="unitcost" VALUE="19.99"SIZE="8"></TD></TR>
<TR><TD>Tasa de impuesto (%): </TD><TD><INPUT TYPE="TEXT" NAME="rate" VALUE="7.5"SIZE="8"></TD></TR>
<TR><TD>Subtotal: </TD><TD><INPUT TYPE="TEXT" NAME="subtotal"SIZE="8"></TD></TR>
<TR><TD>Impuesto: </TD><TD><INPUT TYPE="TEXT" NAME="tax"SIZE="8"></TD></TR>
<TR><TD>Total: </TD><TD><INPUT TYPE="TEXT" NAME="total"SIZE="8"></TD></TR>
<TR><TD> </TD><TD><INPUT TYPE="BUTTON" onClick="update(this.form)" VALUE="Resultado"></TD></TR>
</TABLE>
</FORM>
</BODY>
</HTML>
HADES
HADES
Admin 2
Admin 2

Masculino 250,001 y 500,000
Estado de México
Edad 50
Mensajes Publicados 3033

Volver arriba Ir abajo

CALCULADORA DE INTERESES Empty creo

Mensaje  AkiraT Vie 13 Oct 2017 - 13:30

que no funciona o no la se usar me darias otro link.

AkiraT
Des-informado
Des-informado

Femenino Prefiero no decirlo
Veracruz
Mensajes Publicados 4

Volver arriba Ir abajo

Volver arriba

- Temas similares

 
Permisos de este foro:
No puedes responder a temas en este foro.