Guest User

Untitled

a guest
Dec 10th, 2017
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.42 KB | None | 0 0
  1.                 <form name="form_6UZA1" method="POST"
  2.                     action="cart/cart.add" >
  3.                     <div class="qtyLabel-list">
  4.                         Qty: <input name="qty" type="text" value="1" />
  5.                     </div>
  6.                     <input type="hidden" name="item_and_qty" />
  7.                     <input type="submit" value="add to order" class="addToOrderBtn" onsubmit="function(){ document.getElementByName('item_and_qty').value = '6UZA1:' + document.form_6UZA1.qty.value;}" />
  8.                 </form>
Add Comment
Please, Sign In to add comment