Click to See Complete Forum and Search --> : Onclick dynamic content


firejoe
05-08-2003, 05:45 AM
I am trying to setup a submit button that will change displayed prices to a different currency. So what I was thinking was when the button is clicked will change 4 prices on the screen into new prices. I would prefer to have the 4 prices change to my set prices (not a multiplier) and am not sure if using cookies would work (to carry the current currency so that other pages viewed will have the changed prices) or just have a function to change a variable that can be checked in the cell of the table to update the prices.

I am not really sure how to go about this and am stuck. If someone could point me in the right direction, it would be great! Thank a lot.

khalidali63
05-08-2003, 05:49 AM
if you are using frames,then you can change the price in the main page that contains all the frames and this price can be accessed from all of the pages that will be in those frames( same domain)

firejoe
05-08-2003, 08:35 AM
There are no frames. I tried to steer clear of them for the best compatability and design control.