Hi
I am currently working on a web site which I had to modify to add the option of either using pounds or euros forthe pricing.
I have two image input types which onclick I want to set the session variable $_SESSION to GBP or EURO, and then refresh the page so the new currency is then used.
Do I do something like
onclick="javascript: document.form.currency.value='euro'; document.form.action=\"\"; document.form.submit();"
How do I refresh the page at the same time?
Thanks
Darren