Mozilla 도움말 검색

고객 지원 사기를 피하세요. 저희는 여러분께 절대로 전화를 걸거나 문자를 보내거나 개인 정보를 공유하도록 요청하지 않습니다. "악용 사례 신고"옵션을 사용하여 의심스러운 활동을 신고해 주세요.

자세히 살펴보기

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)