We're calling on all EU-based Mozillians with iOS or iPadOS devices to help us monitor Apple’s new browser choice screens. Join the effort to hold Big Tech to account!

搜索 | 用户支持

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

详细了解

a website shows number of searches completed and left in internet explorer but not mozilla. why?

  • 1 个回答
  • 1 人有此问题
  • 3 次查看
  • 最后回复者为 cor-el

more options

my website-www.skiptracing.com displays a box in the upper left hand corner which indicates the users name, status, searches left and searches completed. this box displays in internet explorer but not in mozilla.

how do i get this to display in mozilla?

my website-www.skiptracing.com displays a box in the upper left hand corner which indicates the users name, status, searches left and searches completed. this box displays in internet explorer but not in mozilla. how do i get this to display in mozilla?

所有回复 (1)

more options

Note that visibility: hidden is apparently meant as style rule and not as attribute: style="visibility: hidden" and Firefox makes two attributes out of it (visibility: and hidden) and that may cause that element to stay hidden.

document.write('<TABLE width="150" height="125" cellpadding="0" cellspacing="0" border="0" style="border-bottom: #'+bordercolor+' 1px solid;"><tr BGCOLOR="#D2D1CC"><td valign="top" class="note-text"><BR>');
document.write('<DIV id=\"UserInfo\" visibility: hidden>' + UserInfo + '</div>');
document.write('</td></tr></table>');

How is that area populated because I assume that you need to be logged on to make this work?