Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

artdialog 4.1.6 在ie6 下a标签和button按钮、input框表现不一致 #78

Open
GoogleCodeExporter opened this issue Apr 14, 2016 · 0 comments

Comments

@GoogleCodeExporter
Copy link

artdialog 4.1.6,
<a class="trash-index" href="javascript:;" onclick="addProPrice()">ww</a>
<button onclick="addProPrice()">xx</button>
<input onclick="addProPrice()" value="" />
后边两种方法都能有弹出框出现,而第一种则是一直在loading�
��面。

//新增
function addProPrice(){
    openWindow('新增采购价格','business?service=page/ProdPurchasePriceAdd',600, 240);
}

function openWindow(title,url,width,height){
    art.dialog.open( url , 
        {
        title: title,
        lock: true,
        width: width+'px',
        height: height+'px',
        opacity:.2
    },
    false);
}




Original issue reported on code.google.com by zhouweihny on 2 Sep 2013 at 8:54

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant