为提升您的使用体验,本站正在维护,部分功能暂时无法使用。如果本站文章无法解决您的问题,您想要向社区提问的话,请到 Twitter 上的 @FirefoxSupport 或 Reddit 上的 /r/firefox 提问,我们的支持社区将会很快回复您的疑问。

搜索 | 用户支持

防范以用户支持为名的诈骗。我们绝对不会要求您拨打电话或发送短信,及提供任何个人信息。请使用“举报滥用”选项报告涉及违规的行为。

详细了解

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.