87,991
社区成员
发帖
与我相关
我的任务
分享
jQuery.get("/AddToShoppingCart.aspx", { productids: ids, temp: Math.random() }, function(data, txtStatus) {
alert(data);
/*if (data != "") {
$("#cart", parent.document.getElementById("leftFrame").contentDocument).html(data);
}*/
});
if(AddProductToCart())
{
DataTable dt = BLL.Carts.GetCartProduct(this.cartId);
Response.write...输出
}