function openPostWindow(url,data,name){ //url要跳转到的页面,data要传递的数据,name显示方式(可能任意命名) var tempForm = document.createElement("form"); tempForm.id="tempForm1"; tempForm.method="post"; tempForm.action=url; tempForm.target=name; var h
function nw(repId,formulaId){ if(!repId){ repId='0' } if(!formulaId){ formulaId='0' } var url='/slsint_tianj/formulaDefine.do?method=edit&pkId='+formulaId+'&formulaType='+formulaType+'&reportId='+repId var fd=window.open(url,'w'+formulaType,'s