1.父窗体 代码
   <input  type="button" visible="false"  );
              fWindowText2.src=v;
             
             
              window.close();
       }
}

说明:  fWindowText1 = window.opener.document.getElementById('<%=txtpath %>');

 其中 <%=txtpath %>  是父窗体中的的控件id,这样子窗体的参数就可以赋值给父窗体的控件了

相关文章:

  • 2022-12-23
  • 2021-12-23
  • 2022-12-23
  • 2021-10-05
  • 2022-01-01
  • 2021-12-17
  • 2022-12-23
  • 2021-11-23
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2021-07-21
  • 2021-08-02
相关资源
相似解决方案