提交联合国处方hacia联合国弹出窗口

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了提交联合国处方hacia联合国弹出窗口相关的知识,希望对你有一定的参考价值。

en verdad lo importante es que se abra un popup con window.open, y ponerle un nombre a ese popup ("nueva"); y después, en la otra funcion, poner en el target del formulario el nombre del popup (target="nueva")
  1. function Abrir_ventana() {
  2. var opciones="toolbar=no,location=no, directories=no, status=no, menubar=no, scrollbars=yes, resizable=no, width=520, height=600, top=85, left=140";
  3. window.open("","nueva",opciones);
  4. }
  5.  
  6. function visualizar(idFormulario) {
  7. document.frmFormulario.opcion.value="";
  8. document.frmFormulario.idFormulario.value=idFormulario;
  9. document.frmFormulario.envio.value="N";
  10. document.frmFormulario.action="previewFormulario.do?tipo=pruebatipo";
  11. document.frmFormulario.target="nueva"
  12. Abrir_ventana();
  13. document.frmFormulario.submit();
  14. }

以上是关于提交联合国处方hacia联合国弹出窗口的主要内容,如果未能解决你的问题,请参考以下文章

联合体以及如何调出内存窗口

尽管未使用接口或联合,但 readFragment 导致 IntrospectionFragmentMatcher 错误

项目实战 | c#与VisionPro联合编程添加编辑图像处理程序窗口

没有默认构造函数可用于指定的类,结构或联合[重复]

VS Code中Vetur与prettierESLint联合使用

Graphcore 联合百度飞桨提交 MLPerf Training 2.0,IPU 性能再下一城