在 IE 中在光标处插入文本的脚本(在 IE 内或在 IE 外)
我需要获取已获取并存储在变量中的文本,并将其放置在另一个窗口中:IE 或任何其他 Windows 应用程序。
语境: 异步应用程序在 IE 中运行,很可能在后台运行,当应用程序中触发事件时,需要在光标/胡萝卜所在的位置插入某些文本。
我不局限于任何特定的技术,所以如果它甚至需要成为一个 ActiveX 组件,我对任何技术都持开放态度。
这是一个项目在本周末到期的事情,所以任何建议/想法都非常受欢迎。
先感谢您。
I need to take text already obtained and stored in a variable and place it in another window: IE or any other windows application.
Context:
An asynchronous application is running in IE, most likely in the background, and when an event fires in the application, certain text needs to be inserted wherever the cursor/carrot is.
I am not restricted to any particular technology so if it even needs to be an ActiveX component I am open to anything.
This is something due for a project by the end of the week so ANY suggestions/ideas are VERY welcome.
Thank you in advance.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您需要编写一个调用 的 ActiveX 控件SendInput 函数。
然而,这听起来是一个愚蠢的想法。你想做什么?
You'll need to write an ActiveX control that calls the SendInput function.
However, this sounds like a dumb idea. What are you trying to do?