通过电子邮件发送 Dom 片段

发布于 2024-12-07 23:02:10 字数 339 浏览 0 评论 0原文

我希望能够通过电子邮件发送一段 html Dom,以类似的方式我使用 jqPrint 用于打印部分 dom 的 jQuery 插件。有人见过这样的项目吗?

当用户与我的具有大量 ExtJs 组件和 RichFaces 渲染组件的网站进行交互时,他们会希望将正在进行的工作的一部分作为屏幕截图打印/通过电子邮件发送以用于审计目的。我想收集 dom 的一部分,将其序列化并将其发送回服务器,从服务器我将启动电子邮件,该电子邮件看起来或多或少类似于用户在启动此操作之前看到的屏幕。

有什么建议吗?

I want to be able to send a piece of html Dom by email, in a similar fashion I use jqPrint jQuery plugin to print a partial dom. Has anyone seen a project like that?

When a user interacts with my site having a bunch of ExtJs components and RichFaces rendered components, they will want to print/email part of their work in progress as a screen capture for audit purposes. I want to gather up part of the dom, serialize it and send it back to the server, from where I would initiate the email that will look more or less like the screen a user was seeing prior to initiating this action.

Any suggestions?

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

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

发布评论

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

评论(1

世界如花海般美丽 2024-12-14 23:02:10

Google 在 Google+ 中做到了这一点,一位才华横溢的开发人员对其进行了逆向工程并生成了 http://html2canvas.hertzen.com/ .要在 IE 中工作,您需要一个画布支持库,例如 http://excanvas.sourceforge.net/

Google is doing this in Google+ and a talented developer reverse engineered it and produced http://html2canvas.hertzen.com/ . To work in IE you'll need a canvas support library such as http://excanvas.sourceforge.net/

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