tab弹出页的兼容性问题
if(isIE){ url = "parent.center_frame.$DW._ChildTabFrame_[#if diffType??]Task[#else]Place[/#if].$DW.[#if diffType??]$DW.[/#if]" }else{ url = "parent.center_frame.$DW._ChildTabFrame_[#if diffType??]Task[#else]Place[/#if].contentWindow.$DW.[#if diffType??]$DW.[/#if]"; } function uploadFile(obj) { var url = "parent.center_frame.$DW."; if(isIE){ url = "parent.center_frame.$DW._ChildTabFrame_document.$DW." }else{ url = "parent.center_frame.$DW._ChildTabFrame_document.contentWindow.$DW."; } var diag = new Dialog("fileUpload");diag.Width = 500;diag.Height = 225;diag.Title = "意向信息文档上传";diag.URL = "../../system/sys_common/fileupload.jsp?callback="+url+"setFileUrl&callbacks="+url+"close&ifclose=false&upload_limit=1&foldname=10&size_limit=512000&types=*.doc;*.docx;*.xls;*.xlsx";diag.ShowButtonRow=false;diag.show();obj.blur(); }