Join the Mozilla’s Test Days event from 9–15 Jan to test the new Firefox address bar on Firefox Beta 135 and get a chance to win Mozilla swag vouchers! 🎁

搜索 | 用户支持

防范以用户支持为名的诈骗。我们绝对不会要求您拨打电话或发送短信,及提供任何个人信息。请使用“举报滥用”选项报告涉及违规的行为。

详细了解

The google translate facility will not work in Firefox on http://www.teignbridgecab.org.uk/Translate.htm but IE is OK

  • 1 个回答
  • 30 人有此问题
  • 1 次查看
  • 最后回复者为 cor-el

more options

I checked the coding on this website with w3c and there are 108 errors 188 warnings.

I asked our boss about the google translate not working on my desktop with Firefox. He demonstrated that it works OK in IE and it does in IE on my desktop but not when I use Mozilla Firefox
I checked the coding on this website with w3c and there are 108 errors 188 warnings. I asked our boss about the google translate not working on my desktop with Firefox. He demonstrated that it works OK in IE and it does in IE on my desktop but not when I use Mozilla Firefox

所有回复 (1)

more options

You need to use document.getElementById('translate')

window.open(document.getElementById('translate').options[document.getElementById('translate').selectedIndex].value)