gvancott
10-26-2002, 01:37 AM
Still working on my shopping cart application.
The order page has a form for the customer to enter data and also displays the order (done with javascript with embedded html).
In the course of entering data the user can change the default shipping method or choose to add insurance. If these change, the page is reloaded using history.go(0) and the new total charges are recalculated and displayed. (This is currently in a refresh button near the bottom of the page although I had intended to put it in an onClick() action in the radio buttons.) This works perfectly in Netscape 4.79 and a recent download of Mozilla.
However IE6 does not preserve the form values the way the other browsers do, so the page is reloaded in its initial state.
Are there any easy work arounds for this problem?
You can look at it at:
https://secure.donax-us.com/www.vcisinc.com/sc.html
It is the page you get to after you click "Check Out"
Thanks for any help. Gary
The order page has a form for the customer to enter data and also displays the order (done with javascript with embedded html).
In the course of entering data the user can change the default shipping method or choose to add insurance. If these change, the page is reloaded using history.go(0) and the new total charges are recalculated and displayed. (This is currently in a refresh button near the bottom of the page although I had intended to put it in an onClick() action in the radio buttons.) This works perfectly in Netscape 4.79 and a recent download of Mozilla.
However IE6 does not preserve the form values the way the other browsers do, so the page is reloaded in its initial state.
Are there any easy work arounds for this problem?
You can look at it at:
https://secure.donax-us.com/www.vcisinc.com/sc.html
It is the page you get to after you click "Check Out"
Thanks for any help. Gary