function UpdateQty(Pos, Obj) { document.location.href = "./index.php?p=cart&do=UpdateCart&pos=" + Pos + "&qty=" + document.getElementById(Obj).value; }