简体   繁体   English

如何在Internet Explorer中侦听所有事件并将其发送到另一个进程

[英]How to listen to all events in Internet Explorer and send them to another process

I'd like to listen to all the events that the dom\\html fires and I'd like to send them to another process to be processed (or to an app server - second best option) 我想听听dom \\ html触发的所有事件,并希望将它们发送到另一个要处理的进程(或发送到应用服务器-第二好的选择)

I may have to handle issues like SSL site. 我可能不得不处理类似SSL网站的问题。

What are my choices ? 我有什么选择?

我发现了一些选项(我会感激更多)1.注入处理所有事件的JavaScript,并可能使用带有CORS的ajax发送数据2.侦听Windows事件并连接到IE进程以获取dom。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM