Currency Converter Code
Instructions:
Select the desired code found in the boxes below and insert anywhere between the <body> tags on your web page.
Large Converter (728 Pixels Wide) View Sample
By default the US Dollar is selected with an amount of $1.00 when the converter opens. You can change this by replacing the "USD" with one of the three letter currency symbols found here and the amount variable (amt = "1.00";) changed to the desired conversion amount.
For example, if you wanted to show the conversion of 100 USD to Euros the default variables would change to:
curr1 = "USD";
expressedas = "EUR"
amt = "100.00";
Custom implementations can be developed for a fee. Please contact us for a quote. |