vote up 0 vote down star

Hi Everyone, I want to add "currency converter" to my web site.

I have used javascript form currency-converter.com.

But I want a converter whose layout can be customizable.

Anybody help???

Thanks in advance.

flag
I use coinmill.com to convert currencies. – Randolph Potter Sep 15 at 8:26

2 Answers

vote up 0 vote down

I guess you can hook on the Google converter and display it as you wish by using cross domain ajax (search google)

Example:

<script type="text/javascript" src="http://www.ajax-cross-domain.com/cgi-bin/ACD/ACD.js?uri=(http://www.google.com/finance/converter?a=1&from=USD&to=GBP)">
</script> 
<script type="text/javascript"> 
    alert(ACD.responseText); 
</script>
link|flag
funny, but just came across this one which show a The currency converter example using cross domain ajax! simple-talk.com/dotnet/asp.net/… – Tzury Bar Yochay Sep 15 at 11:21
vote up 0 vote down

Your best bet is to hook into an existing one because those things change by the minute and you'll be forever tinkering with the exchange rates.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.