[ic] Any problems with this small hunk of code?

DB DB at M-and-D.com
Wed Sep 28 21:06:52 EDT 2005


The following code seems to work ok within a loop on a page I named
items_list.html, the goal being to add a part to the cart and return to
the same page. I'm just wondering if there are any glaring problems with
doing things this way. Any thoughts welcome.

    <form action="[process-target]" method="POST">
    <input type="hidden" name="mv_session_id" value="[data session id]">
    <input type="hidden" name="mv_todo" value="refresh">
    <input type="hidden" name="mv_nextpage" value="ites_list">
    <input type="hidden" name="mv_order_item" value="[loop-code]">
    <input type="text" name="mv_order_quantity" value="1" size="3">
    <input type="submit" value="[L]Add to cart[/L]">
    </form>


DB


More information about the interchange-users mailing list