[ic] HELPPPPPPPPPPPPPP

Patrick J. Walsh interchange-users@interchange.redhat.com
Fri Nov 30 22:14:01 2001


> here is an example link:
>
> http://saturdaycollectibles.com/~saturday/cgi-bin/cart.cgi/base-art-9

    It's odd... when I viewed the source of your web page, I noticed that
you have two forms starting right next to each other that are nearly
identical, but with different hidden items following.  You should probably
look into this and see if it's not causing the problem.  The section taht I
am referring to is below:

  <FORM
ACTION="http://saturdaycollectibles.com/~saturday/cgi-bin/cart.cgi/order.htm
l" METHOD=POST>
  <INPUT TYPE=hidden  NAME="mv_order_item"  VALUE="base-art-9">
  <input type=hidden name=mv_session_id value="xQyFUweC">

  <FORM
ACTION="http://saturdaycollectibles.com/~saturday/cgi-bin/cart.cgi/order.htm
l" METHOD=POST>
<input type=hidden name=mv_session_id value="base-art-9">
<INPUT TYPE=hidden  NAME="mv_separate_items"  VALUE="0">
<INPUT TYPE=hidden  NAME="mv_click" VALUE="munge_quantity">


..Patrick