如何获取浏览器的坐标?

发布于 2024-10-20 00:09:29 字数 82 浏览 2 评论 0原文

我使用 XPCOM 创建了 Firefox 扩展。我想获取浏览器客户区的坐标? 如何使用XPCOM获取浏览器客户区坐标? 请帮我。 谢谢, 南德夸玛尔

I have created Firefox extension using XPCOM . I want to get coordinates of client area of browser?
How to get coordinates of client area of browser using XPCOM?
please help me.
thanks,
Nandkuamar

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(1

眼前雾蒙蒙 2024-10-27 00:09:29
  1. 如果您有相关内容区域的窗口变量,只需使用其 screenX/screenY 属性。
  2. 如果您有相关浏览器的窗口变量,请使用其 content 属性访问当前选项卡的窗口,然后按照步骤 1 进行操作。
  3. 如果您还没有变量,您可以询问窗口中介就是其中之一。
  1. If you have a window variable for the content area in question, just use its screenX/screenY properties.
  2. If you have a window variable for the browser in question, use its content property to access the current tab's window, and then follow step 1.
  3. If you don't have a variable yet, you can ask the window mediator for one.
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文