这是一个子表回传的JS,我要传两个参数,一个是参数F,一个是参数AJMC,这个JS怎么改一下呀,把这两个参数写进去,在线等大神帮忙 window.form = this.options.form; var loc = this.options.location; var cr = FR.cellStr2ColumnRow(loc); var col = cr.col - 3; var row = cr.row; //alert(col); //alert(row); var $iframe = $("<iframe id='inp' name='inp' width='100%' height='100%' scrolling='no' frameborder='0'>"); $iframe.attr("src", "${servletURL}?viewlet=/ZNF_FW/List_Of_Involved_Parties_W.cpt&ref_t=design&op=write&ref_c=9e2cfd00-e8b1-4f7a-b870-bd0574f39811&col=" + col + "&row=" + row); var o = { title: "涉案对方明细表", width: 1280, height: 860 }; FR.showDialog(o.title, o.width, o.height, $iframe, o); |