function OpenNewForm1()//invoked by "btnSearch"--->检索“开票抬头”,由invoice_inv_title_choose.aspx传回本页面 { var varParentId; varParentId=document.getElementById("hidCompanyID").value var url ="invoice_inv_title_choose.aspx?pare_id="+varParentId+"";//dbo.PD_COMPANY.COMP_C_CNAME 涉帐单位 SZDW对应的ID var myReturnValue=0; myReturnValue=window.showModalDialog(url,[window,document.getElementById("txtTitle").id],"status:Modeless;edge:raised;unadorned:no;scroll=no;resizable:yes;center=yes;help:no;dialog555px;dialogheight:395px"); }
function AddUrl1()//invoked by "联系信息" <img> { var a=document.form1.Pub_ddl7$tbName.value; var b=document.form1.Pub_ddl1$tbName.value; var c=document.form1.Pub_ddl4$tbName.value; var d=document.form1.Pub_ddl7$tbCode.value; var urlGoto ="Sel_lxinfo.aspx?ccname="+a+"&lcname="+b+"&dcname="+c+"&id="+d; //window.showModalDialog(urlGoto,'',"status:Modeless;edge:raised;unadorned:no;scroll=no;resizable:yes;center:yes;help:no;dialog580px;dialogheight:610px"); window.open(urlGoto,'','height=380,width=810,top=0,left=0,toolbar=no,menubar=no,scrollbars=no'); }