开发者

HTML - Taking screenshot and pasting in email

开发者 https://www.devze.com 2023-02-05 06:11 出处:网络
I have a mailto link in HTML which when clicked, opens an email to IT Support. Is it at all possible to have a screenshot of the screen automatically copied and pasted into this email, witho开发者_Sta

I have a mailto link in HTML which when clicked, opens an email to IT Support. Is it at all possible to have a screenshot of the screen automatically copied and pasted into this email, witho开发者_StackOverflowut any action from the user?


You can't copy + paste an image directly into the mail client if using a mailto: link. If however you build a support email form, which sends the email server side from your webserver, using methods described in this question it will be possible to automatically include a screenshot of the site.

0

精彩评论

暂无评论...
验证码 换一张
取 消