XUL 和 document.write()

发布于 2024-07-16 18:30:25 字数 191 浏览 7 评论 0原文

我正在尝试创建一个简单的 Firefox 扩展,但我却发现我可以在 XUL 窗口中执行的操作。

我想使用 document.write 或获取文本区域的句柄来收集数据并在单击按钮时显示它。

有关于如何执行此操作的教程吗? 从我读到的内容来看,人们建议打开一个新窗口并向其写入内容,但我的目标是在浏览器底部建立一个持久的窗口。

I'm attempting to create a simple firefox extension and am stumbling on what I'm allowed to do in a XUL window.

I'd like to use document.write or get a handle on a textarea to collect data and display it when a button is clicked.

Are there any tutorials on how to do this? From what I've been reading, people have suggested opening a new window and writing to it, but my goal is a persistent window at the bottom of the browser.

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

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

发布评论

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

评论(1

旧伤还要旧人安 2024-07-23 18:30:25

我使用 xulrunner 编写了一个简单的 XUL 应用程序。 试试这个: http://plindenbaum.blogspot.com/2009 /02/standalone-xul-application-translated.html

稍后,当您的应用程序正确运行时,您将其转换为扩展。

希望能帮助到你。

I wrote a simple XUL application using xulrunner. Try this : http://plindenbaum.blogspot.com/2009/02/standalone-xul-application-translating.html

Later when your application will be correctly running you will transform it into an extension.

Hope it helps.

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