I think i've almost cracked it, i'm now just stuck on the equation at the bottom of the code. Any help you could give would be appreciated, Regards, Laura.
So far i have:
Removed code - moderator
Code:
dollarAmount = amountEntered * currencyRates[sourceCurrency];
amountConverted = dollarAmount / currencyRates[targetCurrency];
document.write('<BR>' + amountEntered + currencyNames[sourceCurrency]
Leave a comment: