Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
geoPlugin currency conversion
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  1 message - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
HanaCell  
View profile   Translate to Translated (View Original)
 More options Jul 2 2010, 12:12 pm
From: HanaCell <hanacellt...@googlemail.com>
Date: Fri, 2 Jul 2010 09:12:26 -0700 (PDT)
Local: Fri, Jul 2 2010 12:12 pm
Subject: geoPlugin currency conversion
Dear Sir/ Madam,

I'm currently looking for a currency conversion for my website, and I
found your sourse.

I would like to set 'gp_from' as USD and 'gb_to' as 'JPY', as default.
I could set 'gp_from' as USD, but cannot set 'gb_to' as 'JPY'.

I pasted my customized source below.
Could you kindly let me know how to set the 'gb_to' as 'JPY', please?

***************************
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en"
 lang="en" dir="ltr">
<head>
<script type="text/javascript">
<!--
function geoplugin_currencyCode() { return 'USD';}
function geoplugin_currencySymbol() { return '$';}
//-->
</script>
</head>
<body>

<!-- when using Google to load JSON API -->
<script src="http://www.google.com/jsapi" type="text/javascript"></
script>
<script src="http://www.geoplugin.net/ajax_currency_converter.gp"
type="text/javascript"></script>
<!-- When using your own JSON API -->
<!-- <script src="http://www.geoplugin.net/ajax_currency_converter.gp?
nogoog=1" type="text/javascript">
</script> -->
<input type='text' id='gp_amount' size='4' />
<select id="gp_from"></select> to <select id="gp_to"></select>
<p><input type='button' onClick='gp_convertIt()' value = 'Convert It' /

></p>

<div id="gp_converted"></div>
<script>gp_currencySymbols()</script>

</body>

</html>
***************************

Best regards,
Ikumi


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »