我正在搞乱一些网页,并想知道是否可以判断我的网页是否不是网络浏览器上的活动页面。我想知道我的页面是否被最小化或不是当前选项卡。我不是在问一个特定的语言,而是更想知道是否有可能获得这种信息。
答案 0 :(得分:3)
是的,完全有可能,用javascript。
请参阅以下答案:
Determine whether webpage has foreground window focus/is active tab?
How to tell if browser/tab is active
Is there a way to detect if a browser window is not currently active?
答案 1 :(得分:0)
您可以使用Javascript进行检查,然后向服务器发送消息。但是,由于用户可以更改/禁用脚本,您无法确定。