Pesquisar no site de suporte

Evite golpes de suporte. Nunca pedimos que você ligue ou envie uma mensagem de texto para um número de telefone, ou compartilhe informações pessoais. Denuncie atividades suspeitas usando a opção “Denunciar abuso”.

Saiba mais

Esta discussão foi arquivada. Faça uma nova pergunta se precisa de ajuda.

Embedded Google search on our website is not showing results. Windows 8, 64 bit, Firefox 30

  • 2 respostas
  • 1 tem este problema
  • 9 visualizações
  • Última resposta de cmosqueda

more options

We have Google Search embedded in our website. It was brought to my attention by one of our employees that Firefox is not showing the results of the search after the search button is clicked. The issue seems to be only confined to Firefox. Tested the issue on Internet Explorer 10 and Google Chrome and both are working as expected, showing the results on our results page.

I am using Windows 8, 64 bit, Firefox 30. The user having the issue is on Windows 7, 64 bit.

I used the Web console and there were an error message of 'TypeError: google.search.Search.apiary5337 is not a function'.

I am not sure this is the root of the issue or not, but why would this work in Chrome and Internet Explorer and not in Firefox?

If you need to check it, out website is http://www.dmns.org/ . The search box it on the top right of the page. You will see that the page redirects to our '/results?q=searchterm'. We are a science institution so if you type "science" in the search box, you will get redirected to the '/results' page with the query string of 'science' for the search term. But in my case the search results below are blank. If you do the same search if Chrome or IE the results show fine.

Oh, I do not have any add on installed on Firefox.

Any suggestions or a fix would be great.

Thank you.

Carlos Mosqueda

We have Google Search embedded in our website. It was brought to my attention by one of our employees that Firefox is not showing the results of the search after the search button is clicked. The issue seems to be only confined to Firefox. Tested the issue on Internet Explorer 10 and Google Chrome and both are working as expected, showing the results on our results page. I am using Windows 8, 64 bit, Firefox 30. The user having the issue is on Windows 7, 64 bit. I used the Web console and there were an error message of 'TypeError: google.search.Search.apiary5337 is not a function'. I am not sure this is the root of the issue or not, but why would this work in Chrome and Internet Explorer and not in Firefox? If you need to check it, out website is http://www.dmns.org/ . The search box it on the top right of the page. You will see that the page redirects to our '/results?q=searchterm'. We are a science institution so if you type "science" in the search box, you will get redirected to the '/results' page with the query string of 'science' for the search term. But in my case the search results below are blank. If you do the same search if Chrome or IE the results show fine. Oh, I do not have any add on installed on Firefox. Any suggestions or a fix would be great. Thank you. Carlos Mosqueda

Alterado por cmosqueda em

Solução escolhida

Problem SOLVED. This is probably still a bug in Firefox. Our Google Search <script> that call the Javascript service from Google was within the Body tag. I moved the Script tag to the head and now it seems to work as expected. In the new Firefox, are <script> tags not allowed within the Body element?

Ler esta resposta 👍 0

Todas as respostas (2)

more options

Oh, I do not have any add on installed on Firefox.

Alterado por cmosqueda em

more options

Solução escolhida

Problem SOLVED. This is probably still a bug in Firefox. Our Google Search <script> that call the Javascript service from Google was within the Body tag. I moved the Script tag to the head and now it seems to work as expected. In the new Firefox, are <script> tags not allowed within the Body element?