Keniger Posted July 13, 2014 Posted July 13, 2014 Is there any way ? To copy image to clipboard? I can just copy because on page there's no link etc
Inververs Posted July 13, 2014 Posted July 13, 2014 Local $oCtlRange = $oImg.document.body.createControlRange() $oCtlRange.add($oImg) $oCtlRange.execCommand('Copy')
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now