0

Is there solution to open popup window on web page if popup blocker is on, and user not click on something etc. link for opening. I make chatapp and i make private talk i new popup window, not modal window. If sender open popup and send message to receiver I want open popup on receiver side with that message. Problem is only opening popup window if popup blocker is on(on receiver side).

I know, the purpose of popup blocker is to block annoying, advertising pop-ups appearing in browser, but maybe exists some hack or something similar? :)

Thank you

asked Oct 22, 2012 at 21:42
2
  • Very hardly. If there were a hack, the manufacturers of popup blockers would fix it as soon as possible. Commented Oct 22, 2012 at 21:43
  • Will the user spend a lot of time on the page, or do they keep it open in the background? If the user is doing things on your page, you could have a notification area that says "So and so sent you a message, click here to start chatting." Commented Oct 22, 2012 at 21:46

1 Answer 1

3

No, there is no such solution.

You should consider a tabbed interface, where each private chatroom is a new tab in the interface. You can freely open tabs in the interface since it's just a part of your page, and it's cleaner for the user.

answered Oct 22, 2012 at 21:46
Sign up to request clarification or add additional context in comments.

Comments

Your Answer

Draft saved
Draft discarded

Sign up or log in

Sign up using Google
Sign up using Email and Password

Post as a guest

Required, but never shown

Post as a guest

Required, but never shown

By clicking "Post Your Answer", you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.