Is it possible to open a popup window without user action, at least a blank popup without being blocked by popup blocker?
My goal is to open a popup window to confirm if user is at PC after a certain amount of time. For example the user has visited my site and left it open in the browser. After say 1 hr I want to show popup which will simply ask if user is there or not and if the user is not at their, PC I want to redirect the user to a different page of my site.
Any clues on how I can do this?
Already gone through this stackoverflow post which was not helpful
Apologies missed important part of issue, I am good with the time part but I need to bypass the popup blocker
Can we manually override pop-up blocker?