在chrome中工作,不在firefox中工作 [英] working in chrome,not working in firefox

查看:91
本文介绍了在chrome中工作,不在firefox中工作的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

这是我的代码



hi here is my code

<button><a title="Print Screen" alt="Print Screen"  önclick="window.print();" target="_blank"
           style="removed:pointer;"></a></button>





打印按钮选项正在使用chrome但在firefox中无效。



请帮帮我以最佳指导解决这个问题..



谢谢..



print button option is working in chrome but not working in firefox.

pls help me in fixing this issue with best guidance..

thanks..

推荐答案

试试这个:

try this:
<a id="btnPrint" title="Print" onclick="javascript:window.print();return false;"></a>


这篇关于在chrome中工作,不在firefox中工作的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆