这是js函数
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});
}
这是使用的逻辑方法
<img src="images/buy_now.png"><a href="javascript:selflog_show(<%=item.getId() %>)"><img src="images/in_cart.png"></a>
怎么弹出这个窗口
正确的是这个窗口
四无小青年
ZaizhanShi
相关分类