Ky sajt do të funksionojë me kufizime, teksa bëjmë mirëmbajtjen e tij për të përmirësuar punën tuaj. Nëse një artikull nuk e zgjidh problemin tuaj dhe dëshironi të bëni një pyetje, kemi bashkësinë tonë të asistencës, e gatshme për t’ju ndihmuar, te @FirefoxSupport në Twitter dhe/r/firefox në Reddit.

Kërkoni te Asistenca

Shmangni karremëzime gjoja asistence. S’do t’ju kërkojmë kurrë të bëni një thirrje apo të dërgoni tekst te një numër telefoni, apo të na jepni të dhëna personale. Ju lutemi, raportoni veprimtari të dyshimtë duke përdorur mundësinë “Raportoni Abuzim”.

Mësoni Më Tepër

Some "Redirecting Pages" work And Another NOT

  • 6 përgjigje
  • 2 e kanë hasur këtë problem
  • 10 parje
  • Përgjigjja më e re nga MoAzBaShA

more options

Some Pages Redirect me to another one, Firefox didn't Redirect me at many times and MSG still shown for me & NOTHING happened .

This is a snapshot of page which didn't load for me at Firefox but it is working at Another Browsers http://s5.postimage.org/eu2ov695j/Firefox_Issue.png

I uploaded two examples of two pages : Test.html didn't redirect and didn't loaded for me https://sites.google.com/site/pepep2011/Test.html?attredirects=0&d=1

Test2.html Redirected and Loaded for me https://sites.google.com/site/pepep2011/Test2.html?attredirects=0&d=1

Two Pages Maybe Load at your browser but Test.html Didn't work with me at Firefox but it is working at another Browser, Why ?????

Some Pages Redirect me to another one, Firefox didn't Redirect me at many times and MSG still shown for me & NOTHING happened . This is a snapshot of page which didn't load for me at Firefox but it is working at Another Browsers http://s5.postimage.org/eu2ov695j/Firefox_Issue.png I uploaded two examples of two pages : Test.html didn't redirect and didn't loaded for me https://sites.google.com/site/pepep2011/Test.html?attredirects=0&d=1 Test2.html Redirected and Loaded for me https://sites.google.com/site/pepep2011/Test2.html?attredirects=0&d=1 Two Pages Maybe Load at your browser but Test.html Didn't work with me at Firefox but it is working at another Browser, Why ?????

Ndryshuar nga MoAzBaShA

Zgjidhje e zgjedhur

Start Firefox in Safe Mode to check if one of the extensions (Firefox/Tools > Add-ons > Extensions) or if hardware acceleration is causing the problem (switch to the DEFAULT theme: Firefox/Tools > Add-ons > Appearance).

  • Do not click the Reset button on the Safe mode start window or otherwise make changes.
Lexojeni këtë përgjigje brenda kontekstit 👍 0

Krejt Përgjigjet (6)

more options

Zgjidhja e Zgjedhur

Start Firefox in Safe Mode to check if one of the extensions (Firefox/Tools > Add-ons > Extensions) or if hardware acceleration is causing the problem (switch to the DEFAULT theme: Firefox/Tools > Add-ons > Appearance).

  • Do not click the Reset button on the Safe mode start window or otherwise make changes.
more options

I Started Firefox in Safe Mode But NOTHING happened

more options

It is a bit weird code.

Why is there an onload in addition to the meta tag refresh?
One of them should be sufficient.

<html><head>
<meta http-equiv="content-type" content="text/html;charset=utf-8">
<title>Redirecting</title>
<meta http-equiv="refresh" content="1; url=http://www.mncourts.gov/publicaccess">
</head>
<body onload="location.replace('http://www.mncourts.gov/publicaccess'+document.location.hash)">
Redirecting you to http://www.mncourts.gov/publicaccess
</body></html>

Either of these should work:

<html><head>
<meta http-equiv="content-type" content="text/html;charset=utf-8">
<title>Redirecting</title>
</head>
<body onload="location.replace('http://www.mncourts.gov/publicaccess'+document.location.hash)">
Redirecting you to http://www.mncourts.gov/publicaccess
</body></html>

<html><head>
<meta http-equiv="content-type" content="text/html;charset=utf-8">
<title>Redirecting</title>
<meta http-equiv="refresh" content="2; url=http://www.mncourts.gov/publicaccess">
</head>
<body>
Redirecting you to http://www.mncourts.gov/publicaccess
</body></html>
more options

This two pages just for example and i got its code from Page source which I can't edit it this is a page on internet it is not mine and it is work by another browser

you asked me that Why is there an onload in addition to the meta tag refresh? My Answer : it is not my own page and I got source code from exist page, and Two pages Test.html & Test2.html contain same code (onload in addition to the meta tag refresh)

I hope you understand me thank you very much

more options

Do you have a link to an actual page where such a redirect isn't working?

more options

Thank you very much

The Problem was in My OS and I Recovered it and I have installed Firefox

Firefox work Well now

Thanks

Ndryshuar nga MoAzBaShA