Latest news from Xavier Media
It is currently Sat Sep 04, 2010 5:49 pm

All times are UTC




Post new topic Reply to topic  [ 4 posts ] 
Author Message
 Post subject: Currency Converter
PostPosted: Sun Nov 12, 2006 2:32 pm 
Offline
XavierForum.com Admin
XavierForum.com Admin
User avatar

Joined: Tue Mar 15, 2005 4:37 pm
Posts: 909
Location: Sweden
To add the currency converter at your own web site simply copy and paste this code:
Code:
<!-- START CODE FROM finance.xaviermedia.com -->
<form action="http://finance.xaviermedia.com/convert.php" method=POST>
<TABLE BORDER=1 CELLPADDING=0 CELLSPACING=0><TR><TD><FONT FACE="verdana, arial, helvetica" SIZE=2><CENTER><B>Currency converter</B><BR />
Convert <BR /><INPUT TYPE=text NAME=amount SIZE=3 VALUE=1><SELECT NAME=currency>
      <OPTION VALUE="USD" >USD - US Dollar</OPTION>
      <OPTION VALUE="EUR" >EUR - Euro</OPTION>
      <OPTION VALUE="JPY" >JPY - Japanese Yen</OPTION>
      <OPTION VALUE="CYP" >CYP - Cyprus Pound</OPTION>
      <OPTION VALUE="CZK" >CZK - Czech Koruna</OPTION>
      <OPTION VALUE="DKK" >DKK - Danish Krone</OPTION>
      <OPTION VALUE="EEK" >EEK - Kroon</OPTION>
      <OPTION VALUE="GBP" >GBP - British Pound</OPTION>
      <OPTION VALUE="HUF" >HUF - Forint</OPTION>
      <OPTION VALUE="LTL" >LTL - Lithuanian Litas</OPTION>
      <OPTION VALUE="LVL" >LVL - Latvian Lats</OPTION>
      <OPTION VALUE="MTL" >MTL - Maltese Lira</OPTION>
      <OPTION VALUE="PLN" >PLN - Zloty</OPTION>
      <OPTION VALUE="SEK" >SEK - Swedish Krona</OPTION>
      <OPTION VALUE="SIT" >SIT - Tolar</OPTION>
      <OPTION VALUE="SKK" >SKK - Slovak Koruna</OPTION>
      <OPTION VALUE="CHF" >CHF - Swiss Franc</OPTION>
      <OPTION VALUE="ISK" >ISK - Islandic Krona</OPTION>
      <OPTION VALUE="NOK" >NOK - Norwegian Krone</OPTION>
      <OPTION VALUE="HRK" >HRK - Kuna</OPTION>
      <OPTION VALUE="ROL" >ROL - Leu</OPTION>
      <OPTION VALUE="RUB" >RUB - Russian Ruble</OPTION>
      <OPTION VALUE="TRL" >TRL - Turkish Lira</OPTION>
      <OPTION VALUE="AUD" >AUD - Australian Dollar</OPTION>
      <OPTION VALUE="CAD" >CAD - Canadian Dollar</OPTION>
      <OPTION VALUE="CNY" >CNY - Yuan Renminbi</OPTION>
      <OPTION VALUE="HKD" >HKD - Hong Kong Dollar</OPTION>
      <OPTION VALUE="IDR" >IDR - Rupiah</OPTION>
      <OPTION VALUE="KRW" >KRW - Won</OPTION>
      <OPTION VALUE="MYR" >MYR - Malaysian Ringgit</OPTION>
      <OPTION VALUE="NZD" >NZD - New Zealand Dollar</OPTION>
      <OPTION VALUE="PHP" >PHP - Philippine Peso</OPTION>
      <OPTION VALUE="SGD" >SGD - Singapore Dollar</OPTION>
      <OPTION VALUE="THB" >THB - Baht</OPTION>
      <OPTION VALUE="ZAR" >ZAR - Rand</OPTION>
         </SELECT><BR /> into
         <SELECT NAME=to>
      <OPTION VALUE="EUR" >EUR - Euro</OPTION>
      <OPTION VALUE="USD" >USD - US Dollar</OPTION>
      <OPTION VALUE="JPY" >JPY - Japanese Yen</OPTION>
      <OPTION VALUE="CYP" >CYP - Cyprus Pound</OPTION>
      <OPTION VALUE="CZK" >CZK - Czech Koruna</OPTION>
      <OPTION VALUE="DKK" >DKK - Danish Krone</OPTION>
      <OPTION VALUE="EEK" >EEK - Kroon</OPTION>
      <OPTION VALUE="GBP" >GBP - British Pound</OPTION>
      <OPTION VALUE="HUF" >HUF - Forint</OPTION>
      <OPTION VALUE="LTL" >LTL - Lithuanian Litas</OPTION>
      <OPTION VALUE="LVL" >LVL - Latvian Lats</OPTION>
      <OPTION VALUE="MTL" >MTL - Maltese Lira</OPTION>
      <OPTION VALUE="PLN" >PLN - Zloty</OPTION>
      <OPTION VALUE="SEK" >SEK - Swedish Krona</OPTION>
      <OPTION VALUE="SIT" >SIT - Tolar</OPTION>
      <OPTION VALUE="SKK" >SKK - Slovak Koruna</OPTION>
      <OPTION VALUE="CHF" >CHF - Swiss Franc</OPTION>
      <OPTION VALUE="ISK" >ISK - Islandic Krona</OPTION>
      <OPTION VALUE="NOK" >NOK - Norwegian Krone</OPTION>
      <OPTION VALUE="HRK" >HRK - Kuna</OPTION>
      <OPTION VALUE="ROL" >ROL - Leu</OPTION>
      <OPTION VALUE="RUB" >RUB - Russian Ruble</OPTION>
      <OPTION VALUE="TRL" >TRL - Turkish Lira</OPTION>
      <OPTION VALUE="AUD" >AUD - Australian Dollar</OPTION>
      <OPTION VALUE="CAD" >CAD - Canadian Dollar</OPTION>
      <OPTION VALUE="CNY" >CNY - Yuan Renminbi</OPTION>
      <OPTION VALUE="HKD" >HKD - Hong Kong Dollar</OPTION>
      <OPTION VALUE="IDR" >IDR - Rupiah</OPTION>
      <OPTION VALUE="KRW" >KRW - Won</OPTION>
      <OPTION VALUE="MYR" >MYR - Malaysian Ringgit</OPTION>
      <OPTION VALUE="NZD" >NZD - New Zealand Dollar</OPTION>
      <OPTION VALUE="PHP" >PHP - Philippine Peso</OPTION>
      <OPTION VALUE="SGD" >SGD - Singapore Dollar</OPTION>
      <OPTION VALUE="THB" >THB - Baht</OPTION>
      <OPTION VALUE="ZAR" >ZAR - Rand</OPTION>
         </SELECT><BR />
         <input type=hidden name="key" value="a0c280702fb2b4699335832121642fef">
         <input type="submit" value="Calculate"><BR>
<A HREF="http://finance.xaviermedia.com" TARGET="_blank"><FONT SIZE=1>Xavier Finance</FONT></A> <A HREF="http://finance.xaviermedia.com/html.php" TARGET="_blank"><FONT SIZE=1>Free currency converter</FONT></A></CENTER>
</TD></TR></TABLE>
All your visitors can then convert X amount of one currency to another. This tool is perfect if yuor visitors have the need to convert the currency in your shopping cart to another currency.

More informaion about the currency converter can be found at http://finance.xaviermedia.com/html.php.

_________________
Xavier Media®
PHP Password Protection | Get your latest blog post in your signature you too
[b]Latest Blog Post:[/b] Mobile Internet: Smartphone vs Dongle


Top
 Profile  
 
 Post subject: Re: Currency Converter
PostPosted: Sat Oct 11, 2008 6:20 pm 
Offline
XavierForum.com Admin
XavierForum.com Admin
User avatar

Joined: Tue Mar 15, 2005 4:37 pm
Posts: 909
Location: Sweden
We also have an API for you to use to both create graphs and get fresh exchange rates. Check out the documentation here.

_________________
Xavier Media®
PHP Password Protection | Get your latest blog post in your signature you too
[b]Latest Blog Post:[/b] Mobile Internet: Smartphone vs Dongle


Top
 Profile  
 
 Post subject: Re: Currency Converter
PostPosted: Thu Nov 06, 2008 7:59 am 
Offline
Newbie
Newbie

Joined: Thu Nov 06, 2008 7:45 am
Posts: 1
Hi bylla

Really thanks for the HTML coding of currency convertor. It is very useful. I used this code and put it into my site. I want to stop redirecting, when we click to the calculate, it redirect to another site. Please write the code that works alone without redirecting.


Thanks

Charles

_________________
Pass the Cisco 640-816 exam and 70-431 Microsoft® SQL Server Exam.


Top
 Profile E-mail  
 
 Post subject: Re: Currency Converter
PostPosted: Thu Nov 06, 2008 4:52 pm 
Offline
XavierForum.com Admin
XavierForum.com Admin
User avatar

Joined: Tue Mar 15, 2005 4:37 pm
Posts: 909
Location: Sweden
Since it's HTML code you must be sent to our site to see the results. If you want to keep the visitors at your own site you can write your on currency converter and use the data from our database by using our API (see xavier-finance-currency-exchange-rate-api-t10979.html for more info)

/Andreas

_________________
Xavier Media®
PHP Password Protection | Get your latest blog post in your signature you too
[b]Latest Blog Post:[/b] Mobile Internet: Smartphone vs Dongle


Top
 Profile  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 4 posts ] 

All times are UTC


Who is online

Registered users: No registered users


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum

Jump to:  
cron

Portal » Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group
[
SEO MOD © 2007 StarTrekGuide ]