Mozilla 도움말 검색

고객 지원 사기를 피하세요. 저희는 여러분께 절대로 전화를 걸거나 문자를 보내거나 개인 정보를 공유하도록 요청하지 않습니다. "악용 사례 신고"옵션을 사용하여 의심스러운 활동을 신고해 주세요.

자세히 살펴보기

Pop ups on my website go to background in firefox

  • 5 답장
  • 1 이 문제를 만남
  • 12 보기
  • 최종 답변자: cor-el

more options

On my website http://troonbijdevijver.nl I worked with pop ups. In firefox they do open, but disappear to the background immediately. What can I do to show the pop ups in the foreground?

On my website http://troonbijdevijver.nl I worked with pop ups. In firefox they do open, but disappear to the background immediately. What can I do to show the pop ups in the foreground?

선택된 해결법

Problem is solved... thanks for your suggestions. Eventually I found out that I used 'on mouse down' as behaviour in DW, but I should have used 'on Click'. It makes no difference in IE or Chrome, but it does in Firefox....

문맥에 따라 이 답변을 읽어주세요 👍 0

모든 댓글 (5)

more options

Thank you for your question and I am happy to help you. I understand that you want pop ups in the foreground.

Try this reference:

If it does not help, please try: Where to go for developer support

more options

See if this helps: in your area tags with the onmousedown popups, add onclick="return false;" to prevent the page from navigating to the href after you've fired the popup.

Even if that doesn't fix the window order, it will at least prevent Firefox from reloading the page and hiding the permission bar that allows users to approve the site to show popups. (If you block popups, you'll see why this is necessary.)

more options

선택된 해결법

Problem is solved... thanks for your suggestions. Eventually I found out that I used 'on mouse down' as behaviour in DW, but I should have used 'on Click'. It makes no difference in IE or Chrome, but it does in Firefox....

글쓴이 Miquem 수정일시

more options

If I manually turn off the popup blocker and then left-click an active element on your page, the page reloads, and then the new window eventually opens in front of the page (there is a delay of a few seconds for some reason). If I right-click, Firefox displays a context menu then, after a delay, your window opens behind. Not sure why the difference.

more options

On my screen there was enough space and the pop-up appeared next to the active window (size about 1160). Every click opens a new window, so I ended up with quite a few tiled pop-ups when clicking the active elements.