為了改善您的使用體驗,本網站正在進行維護,部分功能暫時無法使用。若本站的文件無法解決您的問題,想要向社群發問的話,請到 Twitter 上的 @FirefoxSupport 或 Reddit 上的 /r/firefox 發問,我們的社群成員將很快會回覆您的疑問。

搜尋 Mozilla 技術支援網站

防止技術支援詐騙。我們絕對不會要求您撥打電話或發送簡訊,或是提供個人資訊。請用「回報濫用」功能回報可疑的行為。

了解更多

I am building my website: the code <a href="http://www.bvnt2.org"> works, but <a href="http://www.mozilla.org" > does not work, why?

  • 2 回覆
  • 1 有這個問題
  • 20 次檢視
  • 最近回覆由 elsware

more options

I have added a Linkedin "view my profile" badge to my website, but every time I click on the badge, a blanco page shows up. When I copy and paste my public LinkedIn url in my browser (Firefox), the page opens normally.

When I replace my public LinkedIn url in the code by the url of another site (e.g. www.bvnt2.org), then the webpage opens normally. I have tried a couple of other url's and they all open nicely. However, when I insert mozilla.org or facebook.com, again a blanco page appears. Why is this?

I have followed instructions from the LinkedIn support center to create the code. I have submitted my question to them as well. Maybe Firefox is causing the problem? I have not yet tried in another browser (I do not know how to do that).

Please help. Kind regards, Els Willems

I have added a Linkedin "view my profile" badge to my website, but every time I click on the badge, a blanco page shows up. When I copy and paste my public LinkedIn url in my browser (Firefox), the page opens normally. When I replace my public LinkedIn url in the code by the url of another site (e.g. www.bvnt2.org), then the webpage opens normally. I have tried a couple of other url's and they all open nicely. However, when I insert mozilla.org or facebook.com, again a blanco page appears. Why is this? I have followed instructions from the LinkedIn support center to create the code. I have submitted my question to them as well. Maybe Firefox is causing the problem? I have not yet tried in another browser (I do not know how to do that). Please help. Kind regards, Els Willems

所有回覆 (2)

more options

Try Firefox Safe Mode to see if the problem goes away. Safe Mode is a troubleshooting mode, which disables most add-ons.

(If you're not using it, switch to the Default theme.)

  • You can open Firefox 4.0+ in Safe Mode by holding the Shift key when you open the Firefox desktop or Start menu shortcut.
  • Or open the Help menu and click on the Restart with Add-ons Disabled... menu item while Firefox is running.

Once you get the pop-up, just select "'Start in Safe Mode"

If the issue is not present in Firefox Safe Mode, your problem is probably caused by an extension, and you need to figure out which one. Please follow the Troubleshoot extensions, themes and hardware acceleration issues to solve common Firefox problems article for that.

To exit the Firefox Safe Mode, just close Firefox and wait a few seconds before opening Firefox for normal use again.

When you figure out what's causing your issues, please let us know. It might help other users who have the same problem.

more options

Thank you for your reply!

In the meantime I have solved the problem by myself by adding to the code:

target="_TOP"

Now it works!

I "stole" it from the facebook profile badge page.