The Currency Conversion Web Tool
Below is the interface that will display on your site after implementing the JavaScripts to your web page.
|
|
|
|
|
Implementation Instructions
There are two pieces of JavaScript to add. The first goes in your head tags, and the second piece of code is placed in your page layout and is placed in the body of your site.
1. <head> Tag
This code has the functions and needs to be in the head section of the including page:
<script language="JavaScript" src="http://www.gocurrency.com/ js/rcalculator.js"></script>
2. <body> Tag
Insert the following in your body tags:
<script language="JavaScript" src="http://www.gocurrency.com/ js/gocurrcalc.js"></script>
|
|