1

我们在共享点表单的超链接中使用 javascript“windows.print()”。这有时会工作两到三遍,然后挂起,然后我们必须杀死 IE。如果我们右键单击表格进行打印,它将起作用

同样在 Mozilla 中运行良好。如果需要更多信息,请告诉我。

请你建议

谢谢,西乔乔

4

1 回答 1

0

我已更改为以下 java 代码并且它有效

 function openDialog()
  {
   // Prompt user where to save, or use a input type of file 
   document.execCommand("Print",true,null);
  }


input type="button" id="htmlBtn" value="Save as an HTML document" onClick="openDialog()"
于 2013-11-07T10:25:08.420 回答