jS代码如下    openSpec: function(){
        var catid = $("ctl00_ContentPlaceHolder1_HiddenCategoryID").value;
        new parent.Dialog("ProductOperateAjax.aspx?act=getSpecList&catid="+catid+"&date="+Date(),{
            title:"规格列表",
            modal:true,
            width:756,
            height:386
        });
    },
在另外页面用这个能弹出,换个页面就不行了,是不是对页面DIV也有要求