Tìm kiếm hỗ trợ

Tránh các lừa đảo về hỗ trợ. Chúng tôi sẽ không bao giờ yêu cầu bạn gọi hoặc nhắn tin đến số điện thoại hoặc chia sẻ thông tin cá nhân. Vui lòng báo cáo hoạt động đáng ngờ bằng cách sử dụng tùy chọn "Báo cáo lạm dụng".

Tìm hiểu thêm

Some "Redirecting Pages" work And Another NOT

  • 6 trả lời
  • 2 gặp vấn đề này
  • 10 lượt xem
  • Trả lời mới nhất được viết bởi 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 ?????

Được chỉnh sửa bởi MoAzBaShA vào

Giải pháp được chọn

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.
Đọc câu trả lời này trong ngữ cảnh 👍 0

Tất cả các câu trả lời (6)

more options

Giải pháp được chọn

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

Được chỉnh sửa bởi MoAzBaShA vào