怎样在打印机上打印iframe中的内容。

怎样在打印机上打印iframe中的内容。
---------------------------------------------------------------

 1<body>
 2<input onclick="prn()" type="button" value="print_Iframe"/><br/>
 3<iframe id="mxh" src="d:\hhh.htm"></iframe>
 4<script>   
 5function prn()   
 6{   
 7var win=window.open("about:blank")   
 8win.moveTo(1200,1200)   
 9win.location=document.all.mxh.src   
10win.print()   
11}   
12</script></body>
Published At
Categories with Web编程
Tagged with
comments powered by Disqus