﻿function addToBasket(quantity, itemID) {
    location.href = '/Basket.aspx?Q=' + quantity + '&ItemID=' + itemID;
}
