I have a simple shopping cart that does nothing more than build a file of chosen products. On checkout, the file is read and formatted into an email (all via perl scripts). It worked perfectly until some of my clients moved to IE 5.5. Now suddenly, IE 5.5 is putting every selection in the file twice - it's the only browser that does this. (The browser is reported along with the order).
The form uses the POST method, and here is the submit line (it uses an image rather than a submit button:
<input type="image" src=" border=0 name="Add to Shopping Cart" value="Add" OnClick="submit()"></form>
Anybody got a solution for me, other than to suggest to my clients they trash 5.5 ? ;-)
Roy
The form uses the POST method, and here is the submit line (it uses an image rather than a submit button:
<input type="image" src=" border=0 name="Add to Shopping Cart" value="Add" OnClick="submit()"></form>
Anybody got a solution for me, other than to suggest to my clients they trash 5.5 ? ;-)
Roy