Az ajánlati oldalon U.K.Pound -ban szerepelnek az árak, vedd figyelembe az árfolyamot a számításoknál! Én az egyszerűség kedvéért 300Ft/Pound figyelembevételével számolom ha csak kb. akarom tudni!
Ez a valuta átváltó mutatja az aktuális árfolyamot.
http://valutavalto.wyw.hu/
Valuta átváltás
This converter obtains up to the minute exchange rates from Yahoo Finance
You do not need to include a currency symbol such as $ or £
You can include the 'cents' decimal , such as 1345.89 if you like
Amount: | |
From: | function FromOption() { var FromSel = document.getElementById("cur_from"); var FromHidden = document.getElementById("fromselected"); FromHidden.value = FromSel.options[FromSel.selectedIndex].value; return true; } |
To: | function ToOption() { var ToSel = document.getElementById("cur_to"); var ToHidden = document.getElementById("toselected"); ToHidden.value = ToSel.options[ToSel.selectedIndex].value; return true; } |