Hi,
I'm having a problem installing currency conversion into a web page.
The service we are using works by "including" 2 javascripts that are based on the suppliers server. Therefore, we can't access/change these scripts.
If a visitor wants to change their currency, they click a link, which pops up a new window, they select their currency, hit change, and the window closes. The problem is, it then reloads the original page, which contains a form. If the user has completed all their details in the form, then changes their details, when the page reloads, all the info they entered is lost (the page is coded in ASP).
I've managed to stop the page reloading, but then it doesn't change the currency. I believe the selected currency is stored in a cookie, but I can't access this cookie.
Is there a way to refresh all cookies on a page without reloading the page? I have found another work around, which is to submit the form to the same page, the values of the fields then come from the submission. However, some fields are populated from the querystring or other places, which causes a problem.
Any advice would be much appreciated.
I'm having a problem installing currency conversion into a web page.
The service we are using works by "including" 2 javascripts that are based on the suppliers server. Therefore, we can't access/change these scripts.
If a visitor wants to change their currency, they click a link, which pops up a new window, they select their currency, hit change, and the window closes. The problem is, it then reloads the original page, which contains a form. If the user has completed all their details in the form, then changes their details, when the page reloads, all the info they entered is lost (the page is coded in ASP).
I've managed to stop the page reloading, but then it doesn't change the currency. I believe the selected currency is stored in a cookie, but I can't access this cookie.
Is there a way to refresh all cookies on a page without reloading the page? I have found another work around, which is to submit the form to the same page, the values of the fields then come from the submission. However, some fields are populated from the querystring or other places, which causes a problem.
Any advice would be much appreciated.