I need to do things in javascript:
1) Capture a left mouse click
2) Store contents of text box in clipboard (on left mouse click)
3) Capture a right mouse click
4) Paste contents of clipboard to a text box (on right mouse click)
Is this possible? If so, does anyone have an example of how todo it?
1) Capture a left mouse click
2) Store contents of text box in clipboard (on left mouse click)
3) Capture a right mouse click
4) Paste contents of clipboard to a text box (on right mouse click)
Is this possible? If so, does anyone have an example of how todo it?