472,117 Members | 2,726 Online
Bytes | Software Development & Data Engineering Community
Post +

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 472,117 software developers and data experts.

ASP Currency Converter

Hi,

I have a web page which displays various data reports.
One field displays £GBP. I would like to display the conversion to $
next to it, i.e.

Charge £100 ($172)

Is there anywhere I can link to for this info, or do I have to enter
the exchange rate myself in a db field and do the calc in a script ?

Appreciate your advice.

thanks

David

Aug 15 '06 #1
3 5052
"David" <da*********@scene-double.co.ukwrote in message
news:11*********************@i42g2000cwa.googlegro ups.com...
Hi,

I have a web page which displays various data reports.
One field displays £GBP. I would like to display the conversion to $
next to it, i.e.

Charge £100 ($172)

Is there anywhere I can link to for this info, or do I have to enter
the exchange rate myself in a db field and do the calc in a script ?

Appreciate your advice.

thanks

David

If all your visitors have JavaScript enabled then you could use AJAX
to dynamically retrieve the current conversion rate.

Another (obvious) approach would be to just manually maintain it.
Aug 15 '06 #2
"McKirahan" <Ne**@McKirahan.comwrote in message
news:-p******************************@comcast.com...
"David" <da*********@scene-double.co.ukwrote in message
news:11*********************@i42g2000cwa.googlegro ups.com...
Hi,

I have a web page which displays various data reports.
One field displays £GBP. I would like to display the conversion to $
next to it, i.e.

Charge £100 ($172)

Is there anywhere I can link to for this info, or do I have to enter
the exchange rate myself in a db field and do the calc in a script ?

Appreciate your advice.

thanks

David
[snip]

Sorry, I wasn't paying attention to the newsgroup of your submission.

You could have an ASP page retrieve the current conversion factor.
Rather than looking it up repeatedly it could be done once per session.

Check this link out:
http://www.xml.com/pub/a/2004/06/09/tomorrow.html
Look under "Web Services".
Aug 15 '06 #3
http://www.currencysystem.com/currencymethods/

$99/year.

"McKirahan" <Ne**@McKirahan.comwrote in message
news:6_******************************@comcast.com. ..
"McKirahan" <Ne**@McKirahan.comwrote in message
news:-p******************************@comcast.com...
>"David" <da*********@scene-double.co.ukwrote in message
news:11*********************@i42g2000cwa.googlegr oups.com...
Hi,

I have a web page which displays various data reports.
One field displays £GBP. I would like to display the conversion to $
next to it, i.e.

Charge £100 ($172)

Is there anywhere I can link to for this info, or do I have to enter
the exchange rate myself in a db field and do the calc in a script ?

Appreciate your advice.

thanks

David

[snip]

Sorry, I wasn't paying attention to the newsgroup of your submission.

You could have an ASP page retrieve the current conversion factor.
Rather than looking it up repeatedly it could be done once per session.

Check this link out:
http://www.xml.com/pub/a/2004/06/09/tomorrow.html
Look under "Web Services".


Aug 15 '06 #4

This discussion thread is closed

Replies have been disabled for this discussion.

Similar topics

7 posts views Thread by meenasamy | last post: by
2 posts views Thread by Rash33d | last post: by
10 posts views Thread by jayender.vs | last post: by
2 posts views Thread by Raj | last post: by
AdrianH
12 posts views Thread by AdrianH | last post: by
25 posts views Thread by mereba | last post: by

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.