<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Descubriendo Honduras &#187; Exchange Rate</title>
	<atom:link href="http://descubriendohonduras.com/blog/tag/exchange-rate/feed/" rel="self" type="application/rss+xml" />
	<link>http://descubriendohonduras.com</link>
	<description>Información general sobre turismo, trámites, noticias, servicios e impuestos para Honduras</description>
	<lastBuildDate>Thu, 27 Jul 2017 22:15:41 +0000</lastBuildDate>
	<language>es-ES</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=4.2.4</generator>
	<item>
		<title>Convertidor de Moneda de Lempiras a Dólares</title>
		<link>http://descubriendohonduras.com/blog/convertidor-de-moneda-de-lempiras-a-dolares/</link>
		<comments>http://descubriendohonduras.com/blog/convertidor-de-moneda-de-lempiras-a-dolares/#comments</comments>
		<pubDate>Mon, 02 Nov 2015 01:48:41 +0000</pubDate>
		<dc:creator><![CDATA[admin]]></dc:creator>
				<category><![CDATA[Servicios]]></category>
		<category><![CDATA[Exchange Rate]]></category>
		<category><![CDATA[Tasa de Cambio]]></category>

		<guid isPermaLink="false">http://descubriendohonduras.com/?p=211</guid>
		<description><![CDATA[Por medio de este formulario podrás realizar la conversión de moneda de Lempiras a Dólares. Diariamente se actualiza el valor proporcionado por el Banco Central de Honduras para el tipo o factor de cambio oficial. &#160; Secciones Recomendadas Compra y Venta de Moneda en Honduras. El Lempira: la moneda oficial de Honduras.]]></description>
				<content:encoded><![CDATA[<p>Por medio de este formulario podrás realizar la conversión de moneda de <strong>Lempiras</strong> a <strong>Dólares</strong>. Diariamente se actualiza el valor proporcionado por el Banco Central de Honduras para el tipo o factor de cambio oficial.</p>
<!DOCTYPE html>
<html>
<head>
	<meta charset="UTF-8">
	<title>Conversión de Moneda Lempiras a Dolares - Honduras</title>

	<!-- Your META here -->
	<meta content="width=device-width, initial-scale=1.0, minimum-scale=1.0" name="viewport">

	<link rel="stylesheet" href="custom-app/css/j-forms.css">
	
	<script language="javascript">
	 function Etiquetas(objeto){
	   var MonedaLocal = objeto.value;

       document.getElementById("txtresultado").value = ""; 
	   if (MonedaLocal =="HNL"){
	       document.getElementById("lblvalor").innerHTML = "Ingrese Valor en (HNL)";
		   document.getElementById("lblresultado").innerHTML = "Conversión en (USD)";
	    }

		if (MonedaLocal =="USD"){
	       document.getElementById("lblvalor").innerHTML = "Ingrese Valor en (USD)";
		   document.getElementById("lblresultado").innerHTML = "Conversión en (HNL)";
	    }
	 }
	 
	 function calcular(){
	   var Valor = document.getElementById("txtvalor").value;
	   var TasaCompra  = document.getElementById("txttasa").value;
	   var TasaVenta  = document.getElementById("txttasaventa").value;
	   var Resp  = 0.0;
	   var Signo = "";
	   
	   if (Valor.length ==0 ){
	       document.getElementById("txtresultado").value = ""; 
		   return;
	   }
  
	   if ( document.getElementById("rdHNL").checked){
	       Signo = "$ ";
	   	   Resp = Number(Valor) / Number(TasaVenta);
	    }
         else
		 {
		   Signo = "L ";
	   	   Resp = Number(Valor) * Number(TasaCompra);
		 }
		 
		document.getElementById("txtresultado").value = Signo + Resp.formatMoney(); 
	   
	 }
	 
	 function IsNumeric(e) {
	    var specialKeys = new Array();
        specialKeys.push(8); //Backspace
		specialKeys.push(46); //puntodecimal
		
            var keyCode = e.which ? e.which : e.keyCode
            var ret = ((keyCode >= 48 && keyCode <= 57) || specialKeys.indexOf(keyCode) != -1);
            //document.getElementById("error").style.display = ret ? "none" : "inline";
            return ret;
        }
		
	Number.prototype.formatMoney = function(decPlaces, thouSeparator, decSeparator, currencySymbol) {
    // check the args and supply defaults:
    decPlaces = isNaN(decPlaces = Math.abs(decPlaces)) ? 2 : decPlaces;
    decSeparator = decSeparator == undefined ? "." : decSeparator;
    thouSeparator = thouSeparator == undefined ? "," : thouSeparator;
    currencySymbol = currencySymbol == undefined ? "" : currencySymbol;

    var n = this,
        sign = n < 0 ? "-" : "",
        i = parseInt(n = Math.abs(+n || 0).toFixed(decPlaces)) + "",
        j = (j = i.length) > 3 ? j % 3 : 0;

    return sign + currencySymbol + (j ? i.substr(0, j) + thouSeparator : "") + i.substr(j).replace(/(\d{3})(?=\d)/g, "$1" + thouSeparator) + (decPlaces ? decSeparator + Math.abs(n - i).toFixed(decPlaces).slice(2) : "");
};
	
	</script>
	
</head>
<body class="bg-pic">
	<div class="wrapper wrapper-640">

		<form action="" method="POST" class="j-forms" id="j-forms" novalidate>
           <!--
			<div class="header">
				<p>Conversión de Moneda de Lempiras a Dolares</p>
			</div>
			-->
			<!-- end /.header-->

			<div class="content">
	
				<div class="divider-text gap-top-20 gap-bottom-45">
					<span>Actualizado al: 23-Dic-2015</span>
				</div>

					<!-- start Moneda -->
					<div class="unit">
						<div class="inline-group">
							<label class="radio">
								<input type="radio" id="rdHNL" name="rdmoneda" value="HNL" checked="" onClick="Etiquetas(this)">
								<i></i>
								Lempiras a Dólares (HNL-USD)
							</label>
							<label class="radio">
								<input type="radio" id="rdUSD" name="rdmoneda" value="USD" onClick="Etiquetas(this)">
								<i></i>
								Dólares a Lempiras (USD-HNL)
							</label>
						</div>
					</div>
					<!-- end Moneda -->					

					<!-- start Valores-->
					<div class="j-row">
					    <div class="span6 unit">
							<label class="label">Tasa de Compra</label>
							<label class="input select">
							 <input type="text" id="txttasa" name="txttasa" value="22.3298" readonly>	
								<i></i>
							</label>
						</div>
						<div class="span6 unit">
							<label class="label">Tasa de Venta</label>
							<label class="input select">
							 <input type="text" id="txttasaventa" name="txttasaventa" value="22.4861" readonly>	
								<i></i>
							</label>
						</div>
					</div>	
					<div class="j-row">	
						<div class="span6 unit">
							<label id="lblvalor" class="label">Ingrese Valor en (HNL)</label>
							<label class="input select">
							 <input type="text" id="txtvalor" name="txtvalor" placeholder="Ejem:5000.00" onkeypress="return IsNumeric(event);" ondrop="return false;">	
								<i></i>
							</label>
						</div>
					
						<div class="span6 unit">
							<label id="lblresultado" class="label">Conversión en (USD)</label>
							<label class="input select">
							 <input type="text" id="txtresultado" name="txtresultado" readonly>	
								<i></i>
							</label>
						</div>
					</div>
					<!-- end Valores -->

	
			
				<!-- start response from server -->
				<div id="response"></div>
				<!-- end response from server -->
				

			</div>
			<!-- end /.content -->

			<div class="footer">
				<button type="button" class="primary-btn" onClick="calcular();">Mostrar Conversión-></button>
				<button type="reset"  class="secondary-btn">Limpiar Resultados</button>
			
			</div>
			<!-- end /.footer -->

		</form>
	</div>
</body>
</html>
    
<p>&nbsp;</p>
<h2>Secciones Recomendadas</h2>
<ul>
<li>Compra y Venta de Moneda en Honduras.</li>
<li><a href="http://descubriendohonduras.com/blog/el-lempira-la-moneda-oficial-de-honduras/">El Lempira: la moneda oficial de Honduras</a>.</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://descubriendohonduras.com/blog/convertidor-de-moneda-de-lempiras-a-dolares/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>
