Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Accessing clipboard contents

Status
Not open for further replies.

chebbi

Programmer
Feb 6, 2002
98
IN
Hi

Does anyone know how we can access the contents of clipboard using javascript? Badrinath Chebbi
 
Seems like it should be a security issue, but you can use
the execCommand() method to copy and paste among other things.
Code:
<input onclick=&quot;document.execCommand('Paste')&quot;>
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top