Hi!
I have perhaps a strange question... I have a javascript that
activates on a right click and shows the user a little menu of links.
However, by doing so, it disables the users ability to use the Copy
Command when doing a normal right click. I know that in some cases
this would be good for someone who wants to make it harder to copy
pictures from their site... but in this case I WANT people to be able
to copy the pictures....
Is there any way that I can replicate the normal Copy Command in
Javascript so I can add that as an item on the menu? The menu already
gets the x,y coordinates of the mouse click if that helps..
Any ideas?
Thanks!
-Sarah.
I have perhaps a strange question... I have a javascript that
activates on a right click and shows the user a little menu of links.
However, by doing so, it disables the users ability to use the Copy
Command when doing a normal right click. I know that in some cases
this would be good for someone who wants to make it harder to copy
pictures from their site... but in this case I WANT people to be able
to copy the pictures....
Is there any way that I can replicate the normal Copy Command in
Javascript so I can add that as an item on the menu? The menu already
gets the x,y coordinates of the mouse click if that helps..
Any ideas?
Thanks!
-Sarah.
Comment