function selflog_show(id)
{
var num = document.getElementById("number").value;
J.dialog.get({id: 'haoyue_creat',title: '购物成功',width: 600,height:400, link: '<%=path%>/servlet/CartServlet?id='+id+'&num='+num+'&action=add', cover:true});
}
这里的number是获取页面的哪个值?我没找到页面对应的为number的id
咦,又照着老师的代码对了一遍,发现在价格后面,添加了购买数量。太仓促问问题...