Αναζήτηση στην υποστήριξη

Προσοχή στις απάτες! Δεν θα σας ζητήσουμε ποτέ να καλέσετε ή να στείλετε μήνυμα σε κάποιον αριθμό τηλεφώνου ή να μοιραστείτε προσωπικά δεδομένα. Αναφέρετε τυχόν ύποπτη δραστηριότητα μέσω της επιλογής «Αναφορά κατάχρησης».

Μάθετε περισσότερα

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

  • 2 απαντήσεις
  • 1 έχει αυτό το πρόβλημα
  • 3 προβολές
  • Τελευταία απάντηση από 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

Τροποποιήθηκε στις από το χρήστη cmosqueda

Επιλεγμένη λύση

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?

Ανάγνωση απάντησης σε πλαίσιο 👍 0

Όλες οι απαντήσεις (2)

more options

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

Τροποποιήθηκε στις από το χρήστη cmosqueda

more options

Επιλεγμένη λύση

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?