I have a DotNetNuke site which lets me add pages. I can edit the HTML of the page. On the page I need to display a price in one of three currencies depending on the user's location. Those currencies are USD, GBP, and EUR.
The price in each currency fixed, so there is no need to do any currency conversion.
Additionally I'd like to display a 'flag' jpeg depending upon which currency has been detected.
Can anyone write a piece of code which does the above, and can be pasted in to a HTML page (code-behind at the server-side wont be possible I don't think because we're using DNN)? If you can give an example I'm sure many people would find it very useful!
Note: A custom DNN module, or any other extravagant solution wont be doable in this case.