Zoeken in Support

Vermijd ondersteuningsscams. We zullen u nooit vragen een telefoonnummer te bellen, er een sms naar te sturen of persoonlijke gegevens te delen. Meld verdachte activiteit met de optie ‘Misbruik melden’.

Learn More

Deze conversatie is gearchiveerd. Stel een nieuwe vraag als u hulp nodig hebt.

Your browser may not be able to handle this page

  • 6 antwoorden
  • 4 hebben dit probleem
  • 14 weergaven
  • Laatste antwoord van Daniele

more options

Since firefox 17.0 I get this pop out message:

"Your browser may not be able to handle this page"

when ever I open my page:

http://lnx.sinapsi.org/public/OperazioniFrazioni2/OF2.htm

I made so many similar pages using Hotpotatoes but neither Internet Explorer neither Chrome shows that warning, only Firefox 17.0

Why? What is it?

Since firefox 17.0 I get this pop out message: "Your browser may not be able to handle this page" when ever I open my page: http://lnx.sinapsi.org/public/OperazioniFrazioni2/OF2.htm I made so many similar pages using Hotpotatoes but neither Internet Explorer neither Chrome shows that warning, only Firefox 17.0 Why? What is it?

Bewerkt door Daniele op

Gekozen oplossing

if you cannot edit the source code manually, please try downloading the new version of hotpotatoes & rebuild your pages - the issue is also referenced on the front page of http://hotpot.uvic.ca/

Dit antwoord in context lezen 👍 1

Alle antwoorden (6)

more options

hello, this is because the gecko version of the firefox useragent has changed since firefox 17 (see bug #588909) & how the source code of the page looks for the version of the browser:

if (this.geckoVer < 20020000){this.min = false;}


firefox 16 would identify itself as:

Mozilla/5.0 (Windows NT 6.1; WOW64; rv:16.0) Gecko/20100101 Firefox/16.0

now the new versions are like this:

Mozilla/5.0 (Windows NT 6.1; WOW64; rv:17.0) Gecko/17.0 Firefox/17.0

more options

I understand but there is any solution ?

more options

i would change that part of the source code into:

if (this.geckoVer < 20020000 && this.geckoVer > 19700000){this.min = false;}
more options

I would too, if only I were able to do it :-)

more options

Gekozen oplossing

if you cannot edit the source code manually, please try downloading the new version of hotpotatoes & rebuild your pages - the issue is also referenced on the front page of http://hotpot.uvic.ca/

more options

I see, may I say that therefore this is a bug belonging to Hotpotatoes rather than to Firefox? I can't understand it. Anyhow thanks for all your answers.