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.
精彩评论