在 IE 中在光标处插入文本的脚本(在 IE 内或在 IE 外)

发布于 2024-08-21 19:20:56 字数 246 浏览 4 评论 0原文

我需要获取已获取并存储在变量中的文本,并将其放置在另一个窗口中: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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

留蓝 2024-08-28 19:20:56

您需要编写一个调用 的 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?

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文