Hi,
I have no problems with the cart using Internet Explorer. But with Firefox the cart is emptied each time I change the drop down.
I have an idea about what might be the reason. The page contains several forms. In the select you have this.form.submit();
In Internet Explorer that submit the correct form, in Firefox it seems to submit another form.
You should give the form that the select belongs to an id or a name and specify the form in the onchange handler of the select.
Edit:
I think that this is rather a problem of how the forms get submitted than a GET/POST problem.
Thomas