[thelist] Currency Conversion (ASP) - pls help !

Rob Smith rob.smith at THERMON.com
Mon Feb 3 10:53:02 CST 2003


<snip>
> Hi !
> - I am looking for ways to add a currency converter to my ASP site
</snip>'

This may help:

http://www.oanda.com/products/fxcommerce/quickconvert.shtml

The URL it references (for IE 6 - there are others too) is this:
(watch the word wrap!)

javascript:q=(document.frames.length?'':document.selection.createRange().tex
t);for(i=0;i<document.frames.length;i++){q=document.frames[i].document.selec
tion.createRange().text;if(q!='')break;}if(q=='')void(q=prompt('Enter the
amount:',''));if(q)location.href='http://www.oanda.com/cgi-bin/fxcommerce/qc
c?amount='+(q)

I'm sure you can do something like this:

Product

{product_image}

25 Euro
<a href="above link">Value in Rand?</a>
<<NOTE: this method will prompt the user>>
.. for each product.

I know this wasn't what you were looking for, but HTH!

Rob.Smith



More information about the thelist mailing list