Sniffing the “Print Screen” key to attach its'

2019-09-04 03:07发布

How can I sniff the "Print Screen" key so that when it is pressed, a number of events happen on a webpage:

  1. There will be a dialog box that will pop up so that the user will only have to input the email address of the recipient.
  2. The image on the clipboard is automatically attached to the composed mail.

If it helps, I'm using PHP 5.3.5, Javascript and Swift mailer.

3条回答
在下西门庆
2楼-- · 2019-09-04 03:28

You can not access clipboard and other system-specific facilities with javascript, due to security. Let alone sniff the keyboard.

查看更多
走好不送
3楼-- · 2019-09-04 03:54

You might be able to get access using a signed Java applet. I do that to read some network properties for a web-based Wake-On-Lan service, but I've never tried to access the system clipboard. I suspect that there's probably a better way to do what you're trying but you don't give any information on the actual application to make a suggestion.

查看更多
我想做一个坏孩纸
4楼-- · 2019-09-04 03:55

This is completely impossible.

查看更多
登录 后发表回答